File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,23 @@ build-backend = "setuptools.build_meta"
88[project ]
99name = " python-gitmojis"
1010version = " 0.0.0"
11+ description = " 😜 The official Gitmoji Guide in Python projects 🐍"
12+ readme = " README.md"
13+ authors = [
14+ {
name =
" Kamil Paduszyński" ,
email =
" [email protected] " },
15+ ]
16+ keywords = [" emoji" , " git" , " gitmoji" ]
17+ classifiers = [
18+ " Development Status :: 5 - Production/Stable" ,
19+ " Intended Audience :: Developers" ,
20+ " License :: OSI Approved :: MIT License" ,
21+ " Operating System :: OS Independent" ,
22+ " Programming Language :: Python" ,
23+ " Programming Language :: Python :: 3.10" ,
24+ " Programming Language :: Python :: 3.11" ,
25+ " Programming Language :: Python :: 3.12" ,
26+ " Topic :: Software Development :: Libraries :: Python Modules" ,
27+ ]
1128requires-python = " >= 3.10"
1229dependencies = [
1330 " click" ,
You can’t perform that action at this time.
0 commit comments