Skip to content

Commit b81726d

Browse files
committed
Added missing package data to the setup file
1 parent ff31b56 commit b81726d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
author='Daniel Tchoń',
3030
author_email='[email protected]',
3131
packages=find_packages(exclude=('legacy', )),
32-
package_data={'': ['*.gnu', 'NaCl.hkl', '*.json',
33-
'*.msd', '*.pickle', '*.csv']},
32+
package_data={'': ['*.csv', '*.dic', '*.gnu', 'hkl.msd', '*.json',
33+
'*.pickle', 'NaCl.cif', 'NaCl.fcf', 'NaCl.hkl',
34+
'NaCl.lst', 'NaCl.res']},
3435
url='https://github.com/Baharis/hikari',
3536
license='MIT',
3637
description=SHORT_DESCRIPTION,

0 commit comments

Comments
 (0)