File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,6 @@ requires = [
99[project ]
1010name = " netcdf4"
1111description = " Provides an object-oriented python interface to the netCDF version 4 library"
12- [project .readme ]
13- text = """ \
14- netCDF version 4 has many features not found in earlier versions of the library,
15- such as hierarchical groups, zlib compression, multiple unlimited dimensions,
16- and new data types. It is implemented on top of HDF5. This module implements
17- most of the new features, and can read and write netCDF files compatible with
18- older versions of the library. The API is modelled after Scientific.IO.NetCDF,
19- and should be familiar to users of that module.
20- """
21- content-type = " text/x-rst"
22-
2312keywords = [
2413 " climate" ,
2514 " data" ,
@@ -52,6 +41,16 @@ classifiers = [
5241dynamic = [
5342 " version" ,
5443]
44+ [project .readme ]
45+ text = """ \
46+ netCDF version 4 has many features not found in earlier versions of the library,
47+ such as hierarchical groups, zlib compression, multiple unlimited dimensions,
48+ and new data types. It is implemented on top of HDF5. This module implements
49+ most of the new features, and can read and write netCDF files compatible with
50+ older versions of the library. The API is modelled after Scientific.IO.NetCDF,
51+ and should be familiar to users of that module.
52+ """
53+ content-type = " text/x-rst"
5554dependencies = [
5655 " certifi" ,
5756 " cftime" ,
You can’t perform that action at this time.
0 commit comments