Skip to content

Commit 8d87611

Browse files
committed
change pyproject.toml in light of PEP 639
1 parent 15f898c commit 8d87611

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0", "wheel"]
2+
requires = ["setuptools>=77.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -9,9 +9,9 @@ authors = [{name = "Jonathan Dung", email = "jonathandung@yahoo.com"}]
99
description = "A library containing versatile and adaptable tools to well complement the asyncio framework. Not as performant as C extensions, but startup speed is great considering the features it provides."
1010
readme = "README.md"
1111
requires-python = ">=3.14"
12-
license = {text = "MIT"}
12+
license = "MIT"
1313
keywords = ["asynchronous", "convenient", "fast", "light", "feature-rich"]
14-
classifiers = ["Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent"]
14+
classifiers = ["Programming Language :: Python :: 3", "Operating System :: OS Independent"]
1515

1616
[project.urls]
1717
Homepage = "https://github.com/jonathandung/asyncutils"

0 commit comments

Comments
 (0)