mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-21 06:13:57 +00:00
Initial Commit
This commit is contained in:
parent
9656aa3cb5
commit
d054e97ed4
64 changed files with 349324 additions and 0 deletions
12
setup.py
Executable file
12
setup.py
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name='pyhamtools',
|
||||
version='0.1',
|
||||
description='Amateur Radio Callsign Lookup',
|
||||
author='Tobias Wellnitz, DH1TW',
|
||||
author_email='Tobias@dh1tw.de',
|
||||
url='http://github.com/dh1tw',
|
||||
packages=['pyhamtools'],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue