diff --git a/pyproject.toml b/pyproject.toml index c83a6d9..f0bb7f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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}