Skip to content

Commit 78389ca

Browse files
committed
Building with setuptools >= 77.0.3
Signed-off-by: Andrea Zoppi <texzk@email.it>
1 parent 81fade2 commit 78389ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Changelog
66

77
* Added support for Python 3.13.
88
* Added support for Python 3.14.
9+
* Building with ``setuptools >= 77.0.3``
910

1011

1112
1.0.1 (2024-10-05)

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
3-
requires = ["setuptools >= 61"]
3+
requires = ["setuptools >= 77.0.3"]
44

55
[project]
66
authors = [{name = "Andrea Zoppi", email = "texzk@email.it"}]
@@ -9,7 +9,6 @@ classifiers = [
99
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
1010
"Development Status :: 5 - Production/Stable",
1111
"Intended Audience :: Developers",
12-
"License :: OSI Approved :: BSD License",
1312
"Operating System :: OS Independent",
1413
"Programming Language :: Python",
1514
"Programming Language :: Python :: 3",
@@ -31,7 +30,7 @@ classifiers = [
3130
]
3231
description = "Library to handle sparse bytes within a virtual memory space"
3332
dynamic = ["version"]
34-
license = {text = "BSD-2-Clause"}
33+
license = "BSD-2-Clause"
3534
name = "bytesparse"
3635
readme = "README.rst"
3736
requires-python = ">= 3.7"

0 commit comments

Comments
 (0)