Add classifiers to setup.py

This commit is contained in:
Matt Martz 2013-09-16 12:49:23 -05:00
parent cb0040f3d7
commit c3601a046b
1 changed files with 7 additions and 1 deletions

View File

@ -18,5 +18,11 @@ setuptools.setup(
'speedtest=speedtest_cli:main',
'speedtest-cli=speedtest_cli:main'
]
}
},
classifiers=[
'Programming Language :: Python',
'Environment :: Console',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent'
]
)