Skip to content

Commit eb4d094

Browse files
authored
🔀 Merge pull request #6 from davep/fix-metadata
Fix some metadata
2 parents a23116d + 40f0d88 commit eb4d094

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "quizzical"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "A trivia quiz game for the terminal"
5-
license = { file = "LICENSE" }
5+
license = { text = "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"}
66
authors = [
77
{ name = "Dave Pearson", email = "davep@davep.org" }
88
]
@@ -22,18 +22,17 @@ classifiers = [
2222
"Intended Audience :: End Users/Desktop",
2323
"Natural Language :: English",
2424
"Operating System :: OS Independent",
25-
"Programming Language :: Python :: 3.10",
26-
"Programming Language :: Python :: 3.11",
2725
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2827
"Topic :: Games/Entertainment",
2928
"Topic :: Internet",
3029
"Topic :: Terminals",
3130
"Typing :: Typed",
3231
]
3332

3433
[project.urls]
35-
Homepage = "https://github.com/davep/bird2glass"
36-
Repository = "https://github.com/davep/bird2glass"
34+
Homepage = "https://github.com/davep/quizzical"
35+
Repository = "https://github.com/davep/quizzical"
3736
Documentation = "https://github.com/davep/quizzical/blob/main/README.md"
3837
Source = "https://github.com/davep/quizzical"
3938
Issues = "https://github.com/davep/quizzical/issues"

0 commit comments

Comments
 (0)