File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " packaging-python-org"
33version = " 0.1.0"
4- description = " Add your description here"
5- readme = " README.md"
4+ description = " Overview of Python Packaging"
5+ readme = " README.rst"
6+ repository = " https://github.com/pypa/packaging.python.org"
7+ documentation = " https://packaging.python.org/en/latest/"
68requires-python = " >=3.9"
9+ keywords = [" packaging" , " 518" , " 621" ]
10+ classifiers = [
11+ " Programming Language :: Python" ,
12+ " Programming Language :: Python :: 3" ,
13+ " Programming Language :: Python :: 3.9" ,
14+ " Programming Language :: Python :: 3.10" ,
15+ " Programming Language :: Python :: 3.11" ,
16+ " Programming Language :: Python :: 3.12" ,
17+ " Programming Language :: Python :: 3.13" ,
18+ ]
719dependencies = [
820 " furo==2024.8.6" ,
921 " sphinx-autobuild==2021.3.14" ,
You can’t perform that action at this time.
0 commit comments