File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed
Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,31 @@ build-backend = "hatchling.build"
55[project ]
66name = " archunitpython"
77version = " 0.1.0"
8- description = " Architecture testing library for Python projects"
8+ description = " Architecture testing library for Python projects. Enforce dependency rules, detect cycles, validate metrics. "
99readme = " README.md"
1010license = " MIT"
1111requires-python = " >=3.10"
1212authors = [
13- { name = " ArchUnitPython Contributors" },
13+ { name = " Lukas Niessen" , email = " lks.niessen@gmail.com" },
14+ ]
15+ keywords = [
16+ " architecture" ,
17+ " testing" ,
18+ " python" ,
19+ " code-quality" ,
20+ " dependency-analysis" ,
21+ " circular-dependencies" ,
22+ " clean-code" ,
23+ " architectural-testing" ,
24+ " static-analysis" ,
25+ " code-standards" ,
26+ " pytest" ,
27+ " software-architecture" ,
28+ " technical-debt" ,
29+ " code-metrics" ,
30+ " linting" ,
31+ " developer-tools" ,
32+ " archunit" ,
1433]
1534classifiers = [
1635 " Development Status :: 3 - Alpha" ,
@@ -26,6 +45,13 @@ classifiers = [
2645 " Typing :: Typed" ,
2746]
2847
48+ [project .urls ]
49+ Homepage = " https://github.com/LukasNiessen/ArchUnitPython"
50+ Repository = " https://github.com/LukasNiessen/ArchUnitPython.git"
51+ Documentation = " https://lukasniessen.github.io/ArchUnitPython/"
52+ Issues = " https://github.com/LukasNiessen/ArchUnitPython/issues"
53+ Changelog = " https://github.com/LukasNiessen/ArchUnitPython/blob/main/CHANGELOG.md"
54+
2955[project .optional-dependencies ]
3056dev = [
3157 " pytest>=7.0" ,
You can’t perform that action at this time.
0 commit comments