Skip to content

Commit b03cd25

Browse files
committed
Include package data
1 parent e4521b0 commit b03cd25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
test_suite="tests",
4242
install_requires=['mdtraj', 'pandas', 'scipy', 'psutil'],
4343
tests_require=['numpy'],
44+
package_data={distribution_name: ['data/*.csv']},
4445
include_package_data=True,
4546
zip_safe=True,
4647
classifiers=[

0 commit comments

Comments
 (0)