File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def createHDF5File(filePath):
131
131
@staticmethod
132
132
def getVersionInfo ():
133
133
versionInfo = {}
134
- versionInfo ['hdf5-json-version' ] = "1.0 .0" # todo - have this auto-synch with package version
134
+ versionInfo ['hdf5-json-version' ] = "1.1 .0" # todo - have this auto-synch with package version
135
135
versionInfo ['h5py_version' ] = h5py .version .version
136
136
versionInfo ['hdf5_version' ] = h5py .version .hdf5_version
137
137
return versionInfo
Original file line number Diff line number Diff line change 23
23
# Versions should comply with PEP440. For a discussion on single-sourcing
24
24
# the version across setup.py and the project code, see
25
25
# https://packaging.python.org/en/latest/single_source_version.html
26
- version = '1.0.2 ' ,
26
+ version = '1.1.0 ' ,
27
27
28
- description = 'A sample Python project ' ,
28
+ description = 'HDF5/JSON Tools ' ,
29
29
long_description = long_description ,
30
30
31
31
# The project's main homepage.
93
93
# If there are data files included in your packages that need to be
94
94
# installed, specify them here. If using Python 2.6 or less, then these
95
95
# have to be included in MANIFEST.in as well.
96
- # package_data={
97
- # 'sample ': ['package_data.dat'],
98
- # },
96
+ package_data = {
97
+ 'h5json ' : ['data/json/*' , 'data/hdf5/*' ]
98
+ },
99
99
100
100
# Although 'package_data' is the preferred approach, in some case you may
101
101
# need to place data files outside of your packages. See:
You can’t perform that action at this time.
0 commit comments