Skip to content

Commit

Permalink
pyproject: define [project]
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Nov 4, 2024
1 parent 5a6fc59 commit feaa766
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Changes

* We now use a non-rc version of cffi 1.17 on all Python versions. Python
<=3.12 have cffi upgraded from cffi 1.16 -> 1.17.
* The `pyproject.toml` file now defines a `[project]` section.

0.23.0 (released 2024-07-14)
============================
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[project]
name = "zstandard"
dynamic = ["version"]

[build-system]
requires = [
"cffi>=1.17.0",
Expand Down

0 comments on commit feaa766

Please sign in to comment.