Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravdave authored Jan 5, 2025
1 parent a9b189a commit 43be638
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "python3D"
version = "2024.1"
version = "2024.1.3"
authors = [
{ name="Aarav Dave", email="aaravhdave@gmail.com" },
]
Expand All @@ -16,6 +16,13 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"pygame>1.9.4",
"numba",
"numpy",
"scipy",
]
keywords = ["p3D", "python3D", "py3D", "3D", "engine", "game engine", "game", "3D engine"]

[project.urls]
Homepage = "https://github.com/aaravdave/p3D"
Expand Down

0 comments on commit 43be638

Please sign in to comment.