Skip to content

Commit c82f1da

Browse files
authored
Merge pull request #11 from fair-ease/Marie59-patch-3
Update setup.py
2 parents 6958cae + 696e4e8 commit c82f1da

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
recursive-include SOURCE *.py *.csv *.txt

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='SOURCE',
8-
version='1.4.3',
8+
version='1.0.0',
99
author='Paolo Oliveri',
1010
data_files=['LICENSE.txt'],
1111
author_email='paolo.oliveri@ingv.it',
@@ -14,7 +14,7 @@
1414
long_description_content_type='text/markdown',
1515
url='https://github.com/fair-ease/Source',
1616
packages=setuptools.find_packages(),
17-
package_data={'SOURCE/obs_postpro': ['probes_names.csv', 'url_countries.csv']},
17+
include_package_data=True,
1818
classifiers=[
1919
"Programming Language :: Python :: 3",
2020
"License :: Creative Commons :: CC BY SA NC",

0 commit comments

Comments
 (0)