File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,18 @@ It was written to provide clean and python only geometries for fastkml_
76
76
:target: https://pypi.python.org/pypi/pygeoif/
77
77
:alt: Supported Python implementations
78
78
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
+
79
91
Installation
80
92
------------
81
93
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ classifiers = [
25
25
" Programming Language :: Python :: Implementation :: CPython" ,
26
26
" Programming Language :: Python :: Implementation :: PyPy" ,
27
27
" Topic :: Scientific/Engineering :: GIS" ,
28
+ " Typing :: Typed" ,
28
29
]
29
30
dependencies = [
30
31
" typing_extensions" ,
You can’t perform that action at this time.
0 commit comments