mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-21 06:13:57 +00:00
Added Push to Redis and Redis as a LookupLib
This commit is contained in:
parent
d6d90d3e2a
commit
8216f488ef
11 changed files with 602 additions and 224 deletions
3
setup.py
3
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue