@@ -11,10 +11,51 @@ authors = [
1111license = { text = " LICENSE" }
1212readme = " README.md"
1313requires-python = " >=3.9, <4.0"
14- dependencies = [" textual (>=2.1.2,<3.0.0)" ]
14+ dependencies = [" textual>=2.1.2,<3.0.0" ]
15+ classifiers = [
16+ " Development Status :: 3 - Alpha" ,
17+ " Environment :: Console" ,
18+ " Intended Audience :: Developers" ,
19+ " License :: OSI Approved :: MIT License" ,
20+ " Programming Language :: Python :: 3" ,
21+ " Programming Language :: Python :: 3.9" ,
22+ " Programming Language :: Python :: 3.10" ,
23+ " Programming Language :: Python :: 3.11" ,
24+ " Programming Language :: Python :: 3.12" ,
25+ " Topic :: Software Development :: Version Control :: Git" ,
26+ ]
27+
28+ [project .scripts ]
29+ gitxtui = " gitx.main:main"
30+
31+ [project .urls ]
32+ Homepage = " https://github.com/gitxtui/gitx"
33+ Documentation = " https://gitxtui.github.io/gitx/"
34+ Issues = " https://github.com/gitxtui/gitx/issues"
35+
36+ [build-system ]
37+ requires = [" poetry-core>=2.0.0,<3.0.0" ]
38+ build-backend = " poetry.core.masonry.api"
39+
40+ [tool .poetry ]
41+ name = " gitxtui"
42+ version = " 0.1.0-a1"
43+ description = " TUI based git helper"
44+ authors = [
45+ " Ayush <mail@ayuch.dev>" ,
46+ " Ashmit Singh <ashmit9955@gmail.com>" ,
47+ " Anmol Puri <anmolpuri954@gmail.com>" ,
48+ " Anmol Kakkar <anmolarora0014@gmail.com>" ,
49+ ]
50+ readme = " README.md"
51+ packages = [{ include = " gitx" , from = " src" }]
52+
53+ [tool .poetry .scripts ]
54+ gitxtui = " gitx.main:main"
1555
16- # [tool.poetry]
17- # package-mode = false
56+ [tool .poetry .dependencies ]
57+ python = " >=3.9,<4.0"
58+ textual = " >=2.1.2,<3.0.0"
1859
1960[tool .poetry .group .dev .dependencies ]
2061pytest = " ^8.3.5"
@@ -27,7 +68,3 @@ mkdocs-material = "^9.6.9"
2768materialx = " ^1.39.3"
2869pymdown-extensions = " ^10.14.3"
2970material = " ^0.1"
30-
31- [build-system ]
32- requires = [" poetry-core>=2.0.0,<3.0.0" ]
33- build-backend = " poetry.core.masonry.api"
0 commit comments