StellarisModParser/pyproject.toml

23 lines
643 B
TOML
Raw Normal View History

2024-06-16 06:44:36 -04:00
[project]
name = "stellarismodparser"
2024-06-22 02:07:22 -04:00
version = "1.0.4"
2024-06-16 06:44:36 -04:00
authors = [
{ name="SeaswimmerTheFsh", email="seaswimmerthefsh@gmail.com" },
]
description = "Parse Stellaris's mod descriptor files."
readme = "README.md"
requires-python = ">=3.6"
2024-06-16 06:44:36 -04:00
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://www.coastalcommits.com/Seaswimmer/stellarismodparser"
Issues = "https://www.coastalcommits.com/Seaswimmer/stellarismodparser/issues"
[build-system]
requires = ["hatchling", "semver"]
build-backend = "hatchling.build"