Skip to content

Commit d42889f

Browse files
committed
force readme below dynamic
1 parent 0394e81 commit d42889f

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ requires = [
99
[project]
1010
name = "netcdf4"
1111
description = "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-
2312
keywords = [
2413
"climate",
2514
"data",
@@ -51,6 +40,16 @@ classifiers = [
5140
dynamic = [
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"
5453
dependencies = [
5554
"certifi",
5655
"cftime",

0 commit comments

Comments
 (0)