We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6958cae + 696e4e8 commit c82f1daCopy full SHA for c82f1da
MANIFEST.in
@@ -0,0 +1,2 @@
1
+
2
+recursive-include SOURCE *.py *.csv *.txt
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name='SOURCE',
8
- version='1.4.3',
+ version='1.0.0',
9
author='Paolo Oliveri',
10
data_files=['LICENSE.txt'],
11
author_email='paolo.oliveri@ingv.it',
@@ -14,7 +14,7 @@
14
long_description_content_type='text/markdown',
15
url='https://github.com/fair-ease/Source',
16
packages=setuptools.find_packages(),
17
- package_data={'SOURCE/obs_postpro': ['probes_names.csv', 'url_countries.csv']},
+ include_package_data=True,
18
classifiers=[
19
"Programming Language :: Python :: 3",
20
"License :: Creative Commons :: CC BY SA NC",
0 commit comments