@@ -4,10 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " hatch"
7- version = " 0.7.0-dev.9"
8- authors = [
9- { name = " Cracking Shells Team" }
10- ]
7+ version = " 0.7.0-dev.10"
118description = " Package manager for the Cracking Shells ecosystem"
129readme = " README.md"
1310requires-python = " >=3.12"
@@ -16,7 +13,6 @@ classifiers = [
1613 " License :: OSI Approved :: GNU Affero General Public License v3" ,
1714 " Operating System :: OS Independent"
1815]
19-
2016dependencies = [
2117 " jsonschema>=4.0.0" ,
2218 " requests>=2.25.0" ,
@@ -26,16 +22,19 @@ dependencies = [
2622 " hatch-validator>=0.8.0"
2723]
2824
29- [project .optional-dependencies ]
30- docs = [ " mkdocs>=1.4.0" , " mkdocstrings[python]>=0.20.0" ]
31- dev = [ " wobble>=0.2.0" ]
25+ [[project .authors ]]
26+ name = " Cracking Shells Team"
27+
28+ [project .optional-dependencies ]
29+ docs = [ " mkdocs>=1.4.0" , " mkdocstrings[python]>=0.20.0" ]
30+ dev = [ " wobble>=0.2.0" ]
3231
33- [project .scripts ]
34- hatch = " hatch.cli_hatch:main"
32+ [project .scripts ]
33+ hatch = " hatch.cli_hatch:main"
3534
36- [project .urls ]
37- Homepage = " https://github.com/CrackingShells/Hatch"
38- "Bug Tracker" = " https://github.com/CrackingShells/Hatch/issues"
35+ [project .urls ]
36+ Homepage = " https://github.com/CrackingShells/Hatch"
37+ "Bug Tracker" = " https://github.com/CrackingShells/Hatch/issues"
3938
4039[tool .setuptools .package-dir ]
4140"" = " ."
0 commit comments