File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
setup (
28
28
name = "pysipp" ,
29
29
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" ,
32
31
long_description = readme ,
32
+ long_description_content_type = "text/markdown" ,
33
33
license = 'GPLv2' ,
34
34
author = 'Tyler Goodlet' ,
35
- author_email = 'tgoodlet@gmail .com' ,
35
+ author_email = 'jgbt@protonmail .com' ,
36
36
url = 'https://github.com/SIPp/pysipp' ,
37
37
platforms = ['linux' ],
38
38
packages = ['pysipp' , 'pysipp.cli' ],
46
46
classifiers = [
47
47
'Development Status :: 3 - Alpha' ,
48
48
'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' ,
51
51
'Programming Language :: Python :: 2.7' ,
52
52
'Topic :: Software Development' ,
53
53
'Topic :: Software Development :: Testing' ,
You can’t perform that action at this time.
0 commit comments