File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 22name = " codepost-powertools"
33version = " 0.1.0"
44description = " Some helpful codePost tools to aid with grading flow."
5- authors = [" Joseph Lou <jdlou@princeton.edu>" ]
65license = " MIT"
6+ authors = [" Joseph Lou <jdlou@princeton.edu>" ]
77readme = " 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+ ]
830packages = [{include = " codepost_powertools" , from = " src" }]
931
1032[tool .poetry .scripts ]
You can’t perform that action at this time.
0 commit comments