Skip to content

Commit

Permalink
force readme below dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jul 11, 2023
1 parent 1872af6 commit 2bea66b
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ requires = [
[project]
name = "netcdf4"
description = "Provides an object-oriented python interface to the netCDF version 4 library"
[project.readme]
text = """\
netCDF version 4 has many features not found in earlier versions of the library,
such as hierarchical groups, zlib compression, multiple unlimited dimensions,
and new data types. It is implemented on top of HDF5. This module implements
most of the new features, and can read and write netCDF files compatible with
older versions of the library. The API is modelled after Scientific.IO.NetCDF,
and should be familiar to users of that module.
"""
content-type = "text/x-rst"

keywords = [
"climate",
"data",
Expand Down Expand Up @@ -52,6 +41,16 @@ classifiers = [
dynamic = [
"version",
]
[project.readme]
text = """\
netCDF version 4 has many features not found in earlier versions of the library,
such as hierarchical groups, zlib compression, multiple unlimited dimensions,
and new data types. It is implemented on top of HDF5. This module implements
most of the new features, and can read and write netCDF files compatible with
older versions of the library. The API is modelled after Scientific.IO.NetCDF,
and should be familiar to users of that module.
"""
content-type = "text/x-rst"
dependencies = [
"certifi",
"cftime",
Expand Down

0 comments on commit 2bea66b

Please sign in to comment.