-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔀 Merge pull request #6 from davep/fix-metadata
Fix some metadata
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" } | ||
] | ||
|
@@ -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" | ||
|