Skip to content

Commit

Permalink
to add the package data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesan authored and Ganesan committed Oct 19, 2023
1 parent 826274b commit 6b6eb89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Empty file.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,9 @@ def run(self):
long_description = f.read()


setup(ext_modules=extensions, cmdclass={"build_ext": SimulatorBuild} if sys.platform == "win32" else {}, packages=find_packages(), include_package_data=False)
setup(
ext_modules=extensions,
cmdclass={"build_ext": SimulatorBuild} if sys.platform == "win32" else {},
packages=find_namespace_packages(),
include_package_data=False,
)

0 comments on commit 6b6eb89

Please sign in to comment.