File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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" ,
@@ -51,6 +40,16 @@ classifiers = [
5140dynamic = [
5241 " version" ,
5342]
43+ [project .readme ]
44+ text = """ \
45+ netCDF version 4 has many features not found in earlier versions of the library,
46+ such as hierarchical groups, zlib compression, multiple unlimited dimensions,
47+ and new data types. It is implemented on top of HDF5. This module implements
48+ most of the new features, and can read and write netCDF files compatible with
49+ older versions of the library. The API is modelled after Scientific.IO.NetCDF,
50+ and should be familiar to users of that module.
51+ """
52+ content-type = " text/x-rst"
5453dependencies = [
5554 " certifi" ,
5655 " cftime" ,
You can’t perform that action at this time.
0 commit comments