Skip to content

Commit ca80b82

Browse files
committed
Add badges and update classifiers
1 parent 970e016 commit ca80b82

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.rst

+12
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@ It was written to provide clean and python only geometries for fastkml_
7676
:target: https://pypi.python.org/pypi/pygeoif/
7777
:alt: Supported Python implementations
7878

79+
.. image:: https://img.shields.io/pypi/v/pygeoif.svg
80+
:target: https://pypi.python.org/pypi/pygeoif/
81+
:alt: Latest Version
82+
83+
.. image:: https://img.shields.io/pypi/l/pygeoif.svg
84+
:target: https://pypi.python.org/pypi/pygeoif/
85+
:alt: License
86+
87+
.. image:: https://img.shields.io/pypi/dm/pygeoif.svg
88+
:target: https://pypi.python.org/pypi/pygeoif/
89+
:alt: Downloads
90+
7991
Installation
8092
------------
8193

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: Implementation :: CPython",
2626
"Programming Language :: Python :: Implementation :: PyPy",
2727
"Topic :: Scientific/Engineering :: GIS",
28+
"Typing :: Typed",
2829
]
2930
dependencies = [
3031
"typing_extensions",

0 commit comments

Comments
 (0)