Skip to content

Commit

Permalink
Add python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tammoippen committed Sep 19, 2017
1 parent db545f8 commit 7ba4e00
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ geohash-hilbert

[![Build Status](https://travis-ci.org/tammoippen/geohash-hilbert.svg?branch=master)](https://travis-ci.org/tammoippen/geohash-hilbert)
[![Coverage Status](https://coveralls.io/repos/github/tammoippen/geohash-hilbert/badge.svg?branch=master)](https://coveralls.io/github/tammoippen/geohash-hilbert?branch=master)
[![Tested Python Versions](https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6%2C%20nightly-brightgreen.svg)](https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6%2C%20nightly-brightgreen.svg)

Geohash a lng/lat coordinate using hilbert space filling curves.

Expand Down
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,16 @@
download_url='https://github.com/tammoippen/geohash-hilbert/archive/v{}.tar.gz'.format(version),
keywords=['geohash', 'hilbert', 'space filling curve', 'geometry'],
include_package_data=True,
classifiers=[
# Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython'
],
**setup_cython
)

0 comments on commit 7ba4e00

Please sign in to comment.