Skip to content

Commit

Permalink
add pytest.ini and adapt setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrauz authored and sdrauz committed Dec 13, 2023
1 parent 8990951 commit bfe67fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"test": ["pytest", "pytest-xdist", "nbmake"],
"all": ["numpydoc", "sphinx", "sphinx_rtd_theme", "sphinxcontrib.bibtex",
"plotly", "igraph", "pytest", "pytest-xdist", "nbmake"]},
packages= find_namespace_packages(where="pandapipes"),
package_dir={"": "pandapipes"},
packages= ['pandapipes.' + x for x in find_namespace_packages(where="pandapipes")] + ['pandapipes'],
include_package_data=True,
classifiers=classifiers
)

0 comments on commit bfe67fe

Please sign in to comment.