Skip to content

Commit

Permalink
updating pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Jun 20, 2024
1 parent ed6a32e commit 626c2c1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]

name = "rbrapi"
version = "0.5"
version = "0.6"

authors = [
{ name="VWH", email="[email protected]" },
Expand All @@ -11,6 +11,13 @@ description = "Unofficial Python Client for Rocket Bot Royale Game API"
readme = "README.md"
requires-python = ">=3.8"

keywords = [
"Rocket Bot Royale",
"game API",
"Unofficial API",
"Python library",
]

classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand All @@ -22,8 +29,8 @@ dependencies = [
]

[project.urls]
Homepage = "https://github.com/Rocket-Bot-Royale/api"
Issues = "https://github.com/Rocket-Bot-Royale/api/issues"
Homepage = "https://github.com/rocket-bot-royale/api"
Issues = "https://github.com/rocket-bot-royale/api/issues"

[tool.setuptools]
include-package-data = false
Expand Down

0 comments on commit 626c2c1

Please sign in to comment.