Skip to content

Commit dc43460

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

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

setup.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@
55

66
setup(
77
name='pide',
8-
version='0.3.1',
8+
version='0.3.2',
9+
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+
}
919
description='A library for petrophysical interpretations of geophysical models.',
1020
author='Sinan Ozaydin, Lu Li, Utpal Singh, Patrice F. Rey, Maria Constanza Manassero',
1121
author_email='[email protected]',

0 commit comments

Comments
 (0)