Add trove classifiers (#558)

This commit is contained in:
Hugo Osvaldo Barrera 2017-02-16 13:58:25 -03:00 committed by Markus Unterwaditzer
parent 8d10046fc8
commit 7cf0865081

View file

@ -89,4 +89,17 @@ setup(
entry_points={
'console_scripts': ['vdirsyncer = vdirsyncer.cli:main']
},
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet',
'Topic :: Utilities',
],
)