Skip to content

Commit 64850d1

Browse files
committed
Moderninze setup.py to new PyPa standards
1 parent 36f0d0b commit 64850d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
setup(
2828
name="pysipp",
2929
version='0.1.0',
30-
description='pysipp is a SIPp scenario launcher for for use in'
31-
' automated VoIP testing',
30+
description="A SIPp scenario launcher",
3231
long_description=readme,
32+
long_description_content_type="text/markdown",
3333
license='GPLv2',
3434
author='Tyler Goodlet',
35-
author_email='tgoodlet@gmail.com',
35+
author_email='jgbt@protonmail.com',
3636
url='https://github.com/SIPp/pysipp',
3737
platforms=['linux'],
3838
packages=['pysipp', 'pysipp.cli'],
@@ -46,8 +46,8 @@
4646
classifiers=[
4747
'Development Status :: 3 - Alpha',
4848
'Intended Audience :: Developers',
49-
'License :: OSI Approved :: GNU General Public License v2',
50-
'Operating System :: Linux',
49+
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
50+
'Operating System :: POSIX :: Linux',
5151
'Programming Language :: Python :: 2.7',
5252
'Topic :: Software Development',
5353
'Topic :: Software Development :: Testing',

0 commit comments

Comments
 (0)