Skip to content

Commit 68a159b

Browse files
committed
Adding the data files in the pypi (forgotten before)
1 parent dc43460 commit 68a159b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
name='pide',
88
version='0.3.2',
99
package_data = {
10-
'pide' :[
11-
'pide_src/*csv',
12-
'pide_src/*json',
13-
'pide_src/water_sol/*csv',
14-
'pide_src/water_partitioning/*csv',
15-
'pide_src/cond_models/minerals/*csv',
16-
'pide_src/cond_modelsrocks/*csv'
17-
]
18-
}
10+
'pide' :[
11+
'pide_src/*csv',
12+
'pide_src/*json',
13+
'pide_src/water_sol/*csv',
14+
'pide_src/water_partitioning/*csv',
15+
'pide_src/cond_models/minerals/*csv',
16+
'pide_src/cond_modelsrocks/*csv'
17+
],
18+
},
1919
description='A library for petrophysical interpretations of geophysical models.',
2020
author='Sinan Ozaydin, Lu Li, Utpal Singh, Patrice F. Rey, Maria Constanza Manassero',
2121
author_email='[email protected]',

0 commit comments

Comments
 (0)