Skip to content

Commit

Permalink
Get rid of tool.setuptools entries in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Sep 16, 2024
1 parent 437bc0b commit 7fde769
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ known_first_party = "ivmodels"
skip_glob = '\.eggs/*,\.git/*,\.venv/*,build/*,dist/*'
default_section = 'THIRDPARTY'

[tool.setuptools]
py-modules = ["ivmodels"]

[tool.setuptools.packages.find]
include = ["ivmodels.*"]

[tool.poetry.dependencies]
sphinx = {version = "^3", optional = true}
sphinx-autodoc-typehints ={version = "^1.11.1", optional = true}
Expand Down

0 comments on commit 7fde769

Please sign in to comment.