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 c91fc15 commit a458718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ 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=True)
setup(ext_modules=extensions, cmdclass={"build_ext": SimulatorBuild} if sys.platform == "win32" else {}, packages=find_packages(), include_package_data=False)

0 comments on commit a458718

Please sign in to comment.