initial commit for v2.0

This commit is contained in:
Junzi Sun
2017-12-20 17:00:02 +01:00
parent 2b1f2a5878
commit d13e1bd12e
15 changed files with 756 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.2.0',
version='2.0-dev',
description='Python Mode-S Decoder',
long_description=long_description,
@@ -63,7 +63,6 @@ setup(
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',