We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c59a5c commit a1e47afCopy full SHA for a1e47af
setup.py
@@ -12,8 +12,9 @@ def readme():
12
author_email = "",
13
url = "https://github.com/mfouesneau/pystellibs",
14
packages = find_packages(),
15
- package_data = {'pystellibs':['libs/*', 'ezunits/default_en.txt'],
16
- 'ezunits':['default_en.txt']},
+ package_data = {'pystellibs':['libs/*'],
+ 'pystellibs.ezunits':['default_en.txt']},
17
+ include_package_data = True,
18
classifiers=[
19
'Development Status :: 3 - Alpha',
20
'Intended Audience :: Science/Research',
0 commit comments