We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcf8b5 commit c18cdafCopy full SHA for c18cdaf
2 files changed
MANIFEST.in
setup.py
@@ -21,13 +21,11 @@
21
long_description_content_type="text/markdown",
22
url="https://github.com/ePSIC-DLS/particlespy",
23
packages=setuptools.find_packages(),
24
- install_requires=install_requires,
25
- include_package_data=True,
+ install_requires=install_requires,
26
package_data={
27
'ParticleSpy':
28
[
29
- 'data/*.dm4',
30
- 'parameters/*.hdf5'
+ 'parameters/*'
31
],
32
},
33
classifiers=[
0 commit comments