[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "track4px" version = "0.1.0" authors = [ { name="Kumi Mitterer", email="dpdtrack@kumi.email" }, ] description = "Simple Python wrapper to fetch parcel tracking data from 4PX" readme = "README.md" license = { file="LICENSE" } requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] dependencies = [ ] [project.urls] "Homepage" = "https://git.private.coffee/kumi/track4px" "Bug Tracker" = "https://git.private.coffee/kumi/track4px/issues"