Skip to content

Commit

Permalink
Fix project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
andresp committed Oct 6, 2024
1 parent 341b4e9 commit dd34370
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
17 changes: 1 addition & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
[project]
name = 'docsismodem'
requires-python = ">=3.11.10"
version = "0.0.36"
authors = [
{name = "Andres Petralli", email = "[email protected]"},
]

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
Expand All @@ -20,11 +12,4 @@ testpaths = [
]
pythonpath = [
"src"
]

[tool.setuptools.packages.find]
# All the following settings are optional:
where = ["src"] # ["."] by default
include = ["docsismodem*"] # ["*"] by default
exclude = ["docsismodem.tests*"] # empty by default
namespaces = false # true by default
]
16 changes: 0 additions & 16 deletions setup.py

This file was deleted.

0 comments on commit dd34370

Please sign in to comment.