Commit 07cc2f27 by MrTux

Using __version__ in setup.py

parent 3898464e
......@@ -27,9 +27,10 @@ try:
except ImportError:
from distutils.core import setup
from pygeoip import __version__
setup(name='pygeoip',
version='0.3.1',
version=__version__,
description='Pure Python GeoIP API',
author='Jennifer Ennis',
author_email='zaylea@gmail.com',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment