Skip to content

Commit

Permalink
Merge pull request #304 from kodi-game/version-1.0.0
Browse files Browse the repository at this point in the history
Tag Version 1.0.0
  • Loading branch information
garbear authored May 6, 2024
2 parents 0c3122e + e727398 commit 41e343c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[project]
name = "controller_topology_project"
version = "1.0.0"
authors = [
{ name="Garrett Brown", email="[email protected]" },
]
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"

0 comments on commit 41e343c

Please sign in to comment.