Skip to content

Commit

Permalink
Add a minimal pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Dec 8, 2023
1 parent 6bf5e68 commit 1dc71e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -5,6 +5,7 @@
3.0.2 (unreleased)
==================

- Packaging: Add a minimal ``pyproject.toml`` to sdists.
- Fix a test case on Arm32. Note that this is not a supported platform
(there is no CI for it) and support is best effort; there may be
other issues lurking. See `issue 385 <https://github.com/python-greenlet/greenlet/issues/385>`_
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -34,6 +34,7 @@ include *.rst
include *.cfg
include *.py
include *.ini
include *.toml
include .clang-format
include .pylintrc

Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
@@ -0,0 +1,5 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools >= 40.8.0"
]

0 comments on commit 1dc71e3

Please sign in to comment.