Skip to content

Commit

Permalink
added setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
U-NORTHAMERICA\taheroux authored and U-NORTHAMERICA\taheroux committed Mar 19, 2014
1 parent 36402c1 commit d43b2c0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject

# Virtualenv
venv/
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python

from setuptools import setup

setup(name="quadkey",
version="0.0.1",
description="Python Implementation for Geospatial Quadkeys",
author="Buck Heroux",
url="https://github.com/buckheroux/QuadKey",
packages=['quadkey']
)

0 comments on commit d43b2c0

Please sign in to comment.