Skip to content

Commit 369a785

Browse files
authored
🔧 Update the project's metadata (#18)
1 parent cd37786 commit 369a785

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pyproject.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ build-backend = "setuptools.build_meta"
88
[project]
99
name = "python-gitmojis"
1010
version = "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+
]
1128
requires-python = ">= 3.10"
1229
dependencies = [
1330
"click",

0 commit comments

Comments
 (0)