Skip to content

Commit 3b722c3

Browse files
committed
Update pyproject.toml
1 parent 8eafe2d commit 3b722c3

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

pyproject.toml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,26 @@ line-length = 100
77
[tool.poetry]
88
name = "gitea-github-sync"
99
version = "0.1.0"
10-
description = ""
10+
homepage = "https://github.com/Muscaw/gitea-github-sync"
11+
description = "Syncs your gitea instance with your Github account"
1112
authors = ["Kevin Grandjean <[email protected]>"]
1213
readme = "README.md"
14+
license = "MIT"
15+
classifiers = [
16+
"Development Status :: 5 - Production/Stable",
17+
"Environment :: Console",
18+
"Intended Audience :: Developers",
19+
"Intended Audience :: End Users/Desktop",
20+
"Intended Audience :: Information Technology",
21+
"Intended Audience :: System Administrators",
22+
"License :: OSI Approved :: MIT License",
23+
"Operating System :: OS Independent",
24+
"Programming Language :: Python :: 3.8",
25+
"Programming Language :: Python :: 3.9",
26+
"Programming Language :: Python :: 3.10",
27+
"Programming Language :: Python :: 3.11",
28+
"Typing :: Typed",
29+
]
1330
packages = [{include = "gitea_github_sync"}]
1431

1532
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)