22 lines
643 B
TOML
22 lines
643 B
TOML
[project]
|
|
name = "stellarismodparser"
|
|
version = "1.0.2"
|
|
authors = [
|
|
{ name="SeaswimmerTheFsh", email="seaswimmerthefsh@gmail.com" },
|
|
]
|
|
description = "Parse Stellaris's mod descriptor files."
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
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"
|