Skip to content

Commit 8147f26

Browse files
committed
Update version to 0.2.0 and restructure project metadata in pyproject.toml
1 parent 8b63aff commit 8147f26

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
@@ -1,6 +1,24 @@
11
[project]
22
name = "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+
]
422
description = "AI-powered bachelor thesis review tool for automated quality analysis"
523
readme = "README.md"
624
authors = [
@@ -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]
3961
requires = ["hatchling"]
4062
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)