StellarisModParser/pyproject.toml
Seaswimmer 4a222eacf0
All checks were successful
Actions / Lint Code (Ruff & Pylint) (push) Successful in 14s
Actions / Build (push) Successful in 34s
bump to 1.0.4
2024-06-22 02:07:22 -04:00

22 lines
643 B
TOML

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