Skip to content

Commit c2fce43

Browse files
committed
Update pyproject.toml with project metadata
1 parent 952e67b commit c2fce43

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

pyproject.toml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,31 @@
22
name = "codepost-powertools"
33
version = "0.1.0"
44
description = "Some helpful codePost tools to aid with grading flow."
5-
authors = ["Joseph Lou <jdlou@princeton.edu>"]
65
license = "MIT"
6+
authors = ["Joseph Lou <jdlou@princeton.edu>"]
77
readme = "README.rst"
8+
homepage = "https://codepost-powertools.readthedocs.io/en/latest/"
9+
repository = "https://github.com/PrincetonCS-UCA/codepost-powertools"
10+
documentation = "https://codepost-powertools.readthedocs.io/en/latest/"
11+
keywords = [
12+
"codepost",
13+
"tools",
14+
"powertools",
15+
"Google Sheets",
16+
"Princeton",
17+
"COS126",
18+
]
19+
classifiers = [
20+
"Programming Language :: Python :: 3.7",
21+
"Programming Language :: Python :: 3.8",
22+
"Programming Language :: Python :: 3.9",
23+
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
25+
"License :: OSI Approved :: MIT License",
26+
"Topic :: Education",
27+
"Topic :: Software Development :: Libraries :: Python Modules",
28+
"Typing :: Typed",
29+
]
830
packages = [{include = "codepost_powertools", from = "src"}]
931

1032
[tool.poetry.scripts]

0 commit comments

Comments
 (0)