Skip to content

Commit a1e47af

Browse files
final changes to setup.py
1 parent 3c59a5c commit a1e47af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ def readme():
1212
author_email = "",
1313
url = "https://github.com/mfouesneau/pystellibs",
1414
packages = find_packages(),
15-
package_data = {'pystellibs':['libs/*', 'ezunits/default_en.txt'],
16-
'ezunits':['default_en.txt']},
15+
package_data = {'pystellibs':['libs/*'],
16+
'pystellibs.ezunits':['default_en.txt']},
17+
include_package_data = True,
1718
classifiers=[
1819
'Development Status :: 3 - Alpha',
1920
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)