[project] name = "stellarismodparser" version = "1.0.5" 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"