Skip to content

Commit

Permalink
Moderninze setup.py to new PyPa standards
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Jul 6, 2019
1 parent 8ecbdb0 commit a41df32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
setup(
name="pysipp",
version='0.1.0',
description='pysipp is a SIPp scenario launcher for for use in'
' automated VoIP testing',
description="A SIPp scenario launcher",
long_description=readme,
long_description_content_type="text/markdown",
license='GPLv2',
author='Tyler Goodlet',
author_email='tgoodlet@gmail.com',
author_email='jgbt@protonmail.com',
url='https://github.com/SIPp/pysipp',
platforms=['linux'],
packages=['pysipp', 'pysipp.cli'],
Expand All @@ -46,8 +46,8 @@
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v2',
'Operating System :: Linux',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.7',
'Topic :: Software Development',
'Topic :: Software Development :: Testing',
Expand Down

0 comments on commit a41df32

Please sign in to comment.