Added pyhamtools.qsl to load LOTW and EQSL user list

This commit is contained in:
dh1tw 2014-10-11 23:39:01 +02:00
parent beb8862ebe
commit 250d8e6b79
16 changed files with 162799 additions and 12 deletions

View file

@ -15,6 +15,7 @@
import sys
import os
from pyhamtools.version import __version__, __release__
sys.path.insert(0,"/Users/user/projects/pyhamtools/pyhamtools")
@ -58,9 +59,9 @@ copyright = u'2014, Tobias Wellnitz, DH1TW'
# built documents.
#
# The short X.Y version.
version = '0.4'
version = __version__
# The full version, including alpha/beta/rc tags.
release = '0.4.1'
release = __release__
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.