diff --git a/setup.py b/setup.py index 15f27f9..6ecb38b 100644 --- a/setup.py +++ b/setup.py @@ -1,15 +1,15 @@ #!/usr/bin/env python -from distutils.core import setup +from setuptools import setup setup( name='hamtools', - version='0.2', + version='0.3', description='N1YWB Python Ham Radio Tools', author='Jeff Laughlin', author_email='jeff@jefflaughlinconsulting.com', url='https://github.com/n1ywb/python-hamtools', - download_url='https://github.com/n1ywb/python-hamtools/archive/0.2.zip', + download_url='https://github.com/n1ywb/python-hamtools/archive/0.3.zip', packages = ['hamtools'], package_data={'hamtools': ['ctydat/cty.dat']}, scripts = ['geolog', 'vk'],