From e727398c8d6f7e384a32504a03b98770056cd250 Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Thu, 2 May 2024 13:46:33 -0700 Subject: [PATCH] Tag version 1.0.0 --- pyproject.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..4e6bed4dd --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,18 @@ +[project] +name = "controller_topology_project" +version = "1.0.0" +authors = [ + { name="Garrett Brown", email="garrett@kodi.tv" }, +] +description = "The Controller Topology Project models how controllers connect to and map to each other for all gaming history." +readme = "Readme.md" +requires-python = ">=3.7" +classifiers = [ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: ODbL License", + "Operating System :: OS Independent", +] + +[project.urls] +Homepage = "https://github.com/kodi-game/controller-topology-project" +Issues = "https://github.com/kodi-game/controller-topology-project/issues"