[build-system] requires = ["setuptools >= 61.0"] build-backend = "setuptools.build_meta" [project] name = "geoipyupdate" version = "0.0.1" description = "Simple python replacement for the MaxMind geoipupdate program" readme = "README.rst" requires-python = ">=3.11" keywords = ["maxmind", "geoip"] license = { text = "AGPL-3.0-or-later" } classifiers = [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", "Topic :: System :: Systems Administration", "Topic :: Utilities" ] dependencies = ["requests"] [tool.setuptools.packages.find] where = ["src"] [project.scripts] geoipyupdate = "geoipyupdate:main"