From e31fd0ff3676805100cf4d62d16cdfe5384eecb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Paduszyn=CC=81ski?= Date: Fri, 3 Nov 2023 12:55:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20the=20project's=20metad?= =?UTF-8?q?ata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 745ad23..a03c6dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,23 @@ build-backend = "setuptools.build_meta" [project] name = "python-gitmojis" version = "0.0.0" +description = "😜 The official Gitmoji Guide in Python projects 🐍" +readme = "README.md" +authors = [ + { name = "Kamil Paduszyński", email = "paduszyk@gmail.com" }, +] +keywords = ["emoji", "git", "gitmoji"] +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Programming Language :: Python", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Topic :: Software Development :: Libraries :: Python Modules", +] requires-python = ">= 3.10" dependencies = [ "click",