Skip to content

Commit 3171b63

Browse files
pyproject.toml: add info to pyproject.toml
1 parent 0c8e268 commit 3171b63

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

pyproject.toml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
[project]
22
name = "packaging-python-org"
33
version = "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/"
68
requires-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+
]
719
dependencies = [
820
"furo==2024.8.6",
921
"sphinx-autobuild==2021.3.14",

0 commit comments

Comments
 (0)