Added Push to Redis and Redis as a LookupLib

This commit is contained in:
dh1tw 2014-05-08 15:03:16 +02:00
parent d6d90d3e2a
commit 8216f488ef
11 changed files with 602 additions and 224 deletions

View file

@ -8,11 +8,12 @@ if sys.version_info >= (3,):
kw['use_2to3'] = True
setup(name='pyhamtools',
version='0.1.1',
version='0.3.1',
description='Collection of Tools for Amateur Radio developers',
author='Tobias Wellnitz, DH1TW',
author_email='Tobias@dh1tw.de',
url='http://github.com/dh1tw/pyhamtools',
package_data={'': ['countryfilemapping.json']},
packages=['pyhamtools'],
install_requires=[
"pytz",