From 7cf0865081ed957e021d04f34fc293d98af85422 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Thu, 16 Feb 2017 13:58:25 -0300 Subject: [PATCH] Add trove classifiers (#558) --- setup.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/setup.py b/setup.py index 17f2833..619e0f1 100644 --- a/setup.py +++ b/setup.py @@ -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', + ], )