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 11[project ]
22name = " veritascribe"
3- version = " 0.2.1"
3+ version = " 0.2.0"
4+ license = " MIT"
5+ classifiers = [
6+ " Programming Language :: Python :: 3" ,
7+ " Programming Language :: Python :: 3.13" ,
8+ " License :: OSI Approved :: MIT License" ,
9+ " Operating System :: OS Independent" ,
10+ " Development Status :: 4 - Beta" ,
11+ " Intended Audience :: Developers" ,
12+ " Topic :: Software Development :: Libraries" ,
13+ " Topic :: Software Development :: Quality Assurance" ,
14+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
15+ " Topic :: Text Processing :: Linguistic" ,
16+ " Topic :: Utilities" ,
17+ " Typing :: Typed" ,
18+ " Framework :: AsyncIO" ,
19+ " Framework :: Typer" ,
20+ " Framework :: DSPy" ,
21+ ]
422description = " AI-powered bachelor thesis review tool for automated quality analysis"
523readme = " README.md"
624authors = [
@@ -35,6 +53,10 @@ dependencies = [
3553 " pdfplumber>=0.11.7" ,
3654]
3755
56+ [project .urls ]
57+ documentation = " https://legout.github.io/veritascribe"
58+ homepage = " https://github.com/legout/veritascribe"
59+
3860[build-system ]
3961requires = [" hatchling" ]
4062build-backend = " hatchling.build"
You can’t perform that action at this time.
0 commit comments