summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-08-17 19:17:50 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-08-17 19:30:30 +0200
commitd769d15b67bc22d8afcfc4e3b8adddcbca08b650 (patch)
tree8459036d254f13651efa1cc15eb0c8701c85f5ee /setup.py
parent68d71132d09c98dfc449782b58e17d937a43f690 (diff)
setup: Add database front end classifier
The full list of classifiers can be found at https://pypi.python.org/pypi?:action=list_classifiers.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d7da798a..f20c5cba 100755
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2 :: Only',
'Topic :: Communications :: Email :: Email Clients (MUA)',
+ 'Topic :: Database :: Front-Ends',
],
packages=find_packages(exclude=['tests*']),
package_data={