Skip to content

Commit 778bda4

Browse files
committed
build: update project info
1 parent 3c54782 commit 778bda4

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

pyproject.toml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "git-commits-graph"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "Display graph of changes in number of lines in project or changed lines"
99
#authors = [{name="Krystian Safjan", email="ksafjan@gmail.com"}]
1010
authors = ["Krystian Safjan <ksafjan@gmail.com>"]
@@ -34,6 +34,22 @@ mock = "^5.0.1"
3434
[tool.poetry.group.dev.dependencies]
3535
tox = "^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

Comments
 (0)