Skip to content

Commit

Permalink
update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
geniuskey committed Feb 20, 2025
1 parent bd4069e commit 9650255
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ license = { text = "MIT" }
dependencies = [
"terminaltexteffects"
]
keywords = ["multiplication", "game", "CLI", "python"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Education",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/geniuskey/googoodan"
Repository = "https://github.com/geniuskey/googoodan"

[project.scripts]
googoodan = "googoodan.game:googoodan_game"

0 comments on commit 9650255

Please sign in to comment.