Skip to content

Commit

Permalink
Adding include_package_data=True to try to resolve build issues when …
Browse files Browse the repository at this point in the history
…moving to `python -m build`
  • Loading branch information
StephenCzarnecki committed Oct 25, 2024
1 parent 60d805b commit 2f86a05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ def build_extension(self, ext):
ext_modules=[CMakeExtension('pywincalc')],
cmdclass=dict(build_ext=CMakeBuild),
zip_safe=False,
include_package_data=True,
)

0 comments on commit 2f86a05

Please sign in to comment.