Skip to content

Commit

Permalink
include package data?
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderBorgmans committed Aug 3, 2023
1 parent c8bab7e commit e1bdc91
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 @@ -7,6 +7,7 @@
description="PXRD pattern calculator based on pyobjcryst",
url="https://github.com/SanderBorgmans/gpxrdpy",
packages=setuptools.find_packages(),
include_package_data=True,
scripts=['scripts/gpxrd.py', 'scripts/gpxrd_average.sh', 'scripts/gpxrd_test.py'],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit e1bdc91

Please sign in to comment.