Skip to content

Commit c8da7da

Browse files
committed
asyncclick-ize pyproject
1 parent cee242f commit c8da7da

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

pyproject.toml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,25 @@
11
[project]
2-
name = "click"
2+
name = "asyncclick"
33
version = "8.2.2"
4-
description = "Composable command line interface toolkit"
4+
description = "Composable command line interface toolkit, async fork"
55
readme = "README.md"
66
license = "BSD-3-Clause"
77
license-files = ["LICENSE.txt"]
8-
maintainers = [{name = "Pallets", email = "[email protected]"}]
8+
maintainers = [{name = "Matthias Urlichs", email = "[email protected]"}]
99
classifiers = [
1010
"Development Status :: 5 - Production/Stable",
1111
"Intended Audience :: Developers",
1212
"Operating System :: OS Independent",
1313
"Programming Language :: Python",
1414
"Typing :: Typed",
1515
]
16-
requires-python = ">=3.10"
16+
requires-python = ">=3.11"
1717
dependencies = [
1818
"colorama; platform_system == 'Windows'",
1919
]
2020

2121
[project.urls]
22-
Donate = "https://palletsprojects.com/donate"
23-
Documentation = "https://click.palletsprojects.com/"
24-
Changes = "https://click.palletsprojects.com/page/changes/"
25-
Source = "https://github.com/pallets/click/"
26-
Chat = "https://discord.gg/pallets"
22+
Source = "https://github.com/python-trio/asyncclick/"
2723

2824
[dependency-groups]
2925
dev = [

0 commit comments

Comments
 (0)