Skip to content

Commit

Permalink
add pandapipes. in front of namespace folder paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrauz authored and sdrauz committed Dec 13, 2023
1 parent f7e9b7c commit c39e1bd
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")],
include_package_data=True,
classifiers=classifiers
)

0 comments on commit c39e1bd

Please sign in to comment.