Skip to content

Commit 2bea66b

Browse files
committed
force readme below dynamic
1 parent 1872af6 commit 2bea66b

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

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",
@@ -52,6 +41,16 @@ classifiers = [
5241
dynamic = [
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"
5554
dependencies = [
5655
"certifi",
5756
"cftime",

0 commit comments

Comments
 (0)