@@ -3,7 +3,7 @@ requires = ["hatchling"]
33build-backend = " hatchling.build"
44
55[project ]
6- name = " geocodio-python "
6+ name = " geocodio"
77version = " 0.1.0"
88description = " A Python client for the Geocodio API"
99readme = " README.md"
@@ -17,21 +17,24 @@ classifiers = [
1717 " Intended Audience :: Developers" ,
1818 " License :: OSI Approved :: MIT License" ,
1919 " Programming Language :: Python :: 3" ,
20- " Programming Language :: Python :: 3.8" ,
21- " Programming Language :: Python :: 3.9" ,
22- " Programming Language :: Python :: 3.10" ,
2320 " Programming Language :: Python :: 3.11" ,
21+ " Programming Language :: Python :: 3.12" ,
22+ " Programming Language :: Python :: 3.13" ,
23+ " Programming Language :: Python :: 3.14" ,
24+ " Topic :: Software Development :: Libraries :: Python Modules" ,
25+ " Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
26+ " Topic :: Scientific/Engineering :: GIS" ,
27+ " Framework :: HTTP Client" ,
2428]
2529dependencies = [
2630 " httpx>=0.24.0" ,
2731]
2832
2933[project .urls ]
30- # TODO fix urls
3134Homepage = " https://geocod.io"
32- Documentation = " https://geocodio-python .readthedocs.io"
33- Repository = " https://github.com/funkatron /geocodio-python"
34- Issues = " https://github.com/funkatron /geocodio-python/issues"
35+ Documentation = " https://geocodio.readthedocs.io"
36+ Repository = " https://github.com/geocodio /geocodio-library -python"
37+ Issues = " https://github.com/geocodio /geocodio-library -python/issues"
3538
3639[tool .hatch .build .targets .wheel ]
3740packages = [" src/geocodio" ]
0 commit comments