File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,26 @@ line-length = 100
77[tool .poetry ]
88name = " gitea-github-sync"
99version = " 0.1.0"
10- description = " "
10+ homepage = " https://github.com/Muscaw/gitea-github-sync"
11+ description = " Syncs your gitea instance with your Github account"
1112authors = [
" Kevin Grandjean <[email protected] >" ]
1213readme = " 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+ ]
1330packages = [{include = " gitea_github_sync" }]
1431
1532[tool .poetry .dependencies ]
You can’t perform that action at this time.
0 commit comments