[project] name = "pyironscales" version = "0.1.3" authors = [ { name="Peter Annabel", email="peter.annabel@gmail.com" }, ] description = "A full-featured Python client for the Ironscales API" readme = "README.md" requires-python = ">=3.9" classifiers = [ "Intended Audience :: Developers", "Topic :: Software Development :: Libraries :: Python Modules", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.10", ] keywords = [ "Ironscales", "API", "Python", "Client", "Annotated", "Typed", "MSP", ] license = "GPL-3.0-only" license-files = ["LICEN[CS]E*"] dynamic = ["dependencies"] [project.urls] Homepage = "https://github.com/brygphilomena/pyironscales" Issues = "https://github.com/brygphilomena/pyironscales/issues" [build-system] requires = ["hatchling >= 1.26", "hatch-requirements-txt"] build-backend = "hatchling.build" [tool.hatch.metadata.hooks.requirements_txt] files = ["requirements.txt"]