-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
47 lines (46 loc) · 1.21 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[project]
name = "Space-Trader"
version = "1.2.3"
authors = [
{name = "RPINerd"}
]
description = "A space trading game"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pytest>=8.3.4",
]
classifiers = [
"Development Status :: 1 - Planning",
"Environment :: Console",
"Environment :: X11 Applications",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Framework :: Pytest",
"Topic :: Games/Entertainment :: Role-Playing",
"Topic :: Games/Entertainment :: Simulation",
"Topic :: Games/Entertainment :: Turn Based Strategy",
"Natural Language :: English",
]
keywords = [
"space",
"trading",
"game",
"palmOS",
"palm pilot",
"rogue",
"space trader",
"spacetrader",
"dark void",
"pygame",
"rpg",
"simulation",
]
[project.urls]
Homepage = "https://github.com/RPINerd/Space-Trader"
Issues = "https://github.com/RPINerd/Space-Trader/issues"