Skip to content

Commit

Permalink
Update project descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
Azureblade3808 committed Oct 9, 2024
1 parent 22d4a53 commit 73d7be3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@ build-backend = "setuptools.build_meta"
[project]
name = "deferrer"
authors = [{ name = "Chris Fu", email = "17433201@qq.com" }]
description = "Fancy `defer` in python 3.12"
description = "Fancy `defer` for Python >= 3.12"
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Development Status :: 4 - Beta",
]
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.11, <3.13"
requires-python = ">=3.11, <3.14"
dynamic = ["version"]
keywords = ["defer", "sugar"]

Expand Down

0 comments on commit 73d7be3

Please sign in to comment.