From c98176fd48fbeffeba856da28be49350ee8ec575 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Fri, 26 Dec 2014 15:13:16 +0000 Subject: [PATCH] updated desc in setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5709a20..0a2b397 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f: setup( name='aprslib', version=__version__, - description='Library for working with APRS', + description='Module for accessing APRS-IS and parsing APRS packets', long_description=long_description, url='https://github.com/rossengeorgiev/aprs-python', author='Rossen Georgiev', @@ -25,7 +25,6 @@ setup( 'Programming Language :: Python :: 2.7', 'Topic :: Communications :: Ham Radio', ], - setup_requires=['pypandoc'], test_suite='tests', keywords='aprs aprslib parse parsing aprs-is library base91', packages=['aprslib'],