File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 11[project ]
2- name = " click "
2+ name = " asyncclick "
33version = " 8.2.2"
4- description = " Composable command line interface toolkit"
4+ description = " Composable command line interface toolkit, async fork "
55readme = " README.md"
66license = " BSD-3-Clause"
77license-files = [" LICENSE.txt" ]
8- maintainers = [{
name =
" Pallets " ,
email =
" [email protected] " }]
8+ maintainers = [{
name =
" Matthias Urlichs " ,
email =
" [email protected] " }]
99classifiers = [
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 "
1717dependencies = [
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 ]
2925dev = [
You can’t perform that action at this time.
0 commit comments