@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " git-commits-graph"
7- version = " 0.2.1 "
7+ version = " 0.2.2 "
88description = " Display graph of changes in number of lines in project or changed lines"
99# authors = [{name="Krystian Safjan", email="ksafjan@gmail.com"}]
1010authors = [" Krystian Safjan <ksafjan@gmail.com>" ]
@@ -34,6 +34,22 @@ mock = "^5.0.1"
3434[tool .poetry .group .dev .dependencies ]
3535tox = " ^3.7.0"
3636
37+ [project ]
38+ # status beta
39+ classifiers = [
40+ " Development Status :: 4 - Beta" ,
41+ " Intended Audience :: Developers" ,
42+ " License :: OSI Approved :: MIT License" ,
43+ " Operating System :: OS Independent" ,
44+ " Programming Language :: Python :: 3.8" ,
45+ " Programming Language :: Python :: 3.9" ,
46+ " Programming Language :: Python :: 3.10" ,
47+ " Programming Language :: Python :: 3.11" ,
48+ " Topic :: Software Development :: Version Control :: Git" ,
49+ " Topic :: Software Development :: Version Control :: Git :: Graph" ,
50+ " Topic :: Software Development :: Version Control :: Git :: Visualization" ,
51+ ]
52+
3753[project .urls ]
3854"Source" = " https://github.com/izikeros/git-commits-graph"
3955"Bug Tracker" = " https://github.com/izikeros/git-commits-graph/issues"
0 commit comments