diff --git a/README.rst b/README.rst index 6248b33b..d67f7f48 100644 --- a/README.rst +++ b/README.rst @@ -70,6 +70,11 @@ Is Maintained and documented: :target: https://libraries.io/pypi/fastkml :alt: Libraries.io dependency status for latest release +.. image:: https://static.pepy.tech/badge/fastkml/month + :target: https://pepy.tech/project/fastkml + :alt: Downloads + + Documentation ============= diff --git a/pyproject.toml b/pyproject.toml index 8dac2c88..d0ca8f1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,8 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: GIS", + "Topic :: Text Processing :: Markup :: XML", + "Typing :: Typed", ] dependencies = [ "arrow",