File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
11121.0.1 (2024-10-05)
Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " setuptools.build_meta"
3- requires = [" setuptools >= 61 " ]
3+ requires = [" setuptools >= 77.0.3 " ]
44
55[project ]
66authors = [{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]
3231description = " Library to handle sparse bytes within a virtual memory space"
3332dynamic = [" version" ]
34- license = { text = " BSD-2-Clause" }
33+ license = " BSD-2-Clause"
3534name = " bytesparse"
3635readme = " README.rst"
3736requires-python = " >= 3.7"
You can’t perform that action at this time.
0 commit comments