Skip to content

Commit

Permalink
🔀 Merge pull request #6 from davep/fix-metadata
Browse files Browse the repository at this point in the history
Fix some metadata
  • Loading branch information
davep authored Nov 27, 2024
2 parents a23116d + 40f0d88 commit eb4d094
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
name = "quizzical"
version = "0.2.0"
version = "0.2.1"
description = "A trivia quiz game for the terminal"
license = { file = "LICENSE" }
license = { text = "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"}
authors = [
{ name = "Dave Pearson", email = "[email protected]" }
]
Expand All @@ -22,18 +22,17 @@ classifiers = [
"Intended Audience :: End Users/Desktop",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Games/Entertainment",
"Topic :: Internet",
"Topic :: Terminals",
"Typing :: Typed",
]

[project.urls]
Homepage = "https://github.com/davep/bird2glass"
Repository = "https://github.com/davep/bird2glass"
Homepage = "https://github.com/davep/quizzical"
Repository = "https://github.com/davep/quizzical"
Documentation = "https://github.com/davep/quizzical/blob/main/README.md"
Source = "https://github.com/davep/quizzical"
Issues = "https://github.com/davep/quizzical/issues"
Expand Down

0 comments on commit eb4d094

Please sign in to comment.