From b4ca9fc6aea8bbd71197ab20b0d102cf7074a3f3 Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Mon, 24 Dec 2018 19:45:52 +0100 Subject: [PATCH] setup: Add classifiers --- setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup.py b/setup.py index a38217c7d3..138cb94462 100755 --- a/setup.py +++ b/setup.py @@ -175,10 +175,20 @@ def install_weboob(qt, xdg): 'Environment :: Console', 'Environment :: X11 Applications :: Qt', 'License :: OSI Approved :: GNU Affero General Public License v3', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python', 'Topic :: Communications :: Email', 'Topic :: Internet :: WWW/HTTP', + 'Topic :: Internet :: WWW/HTTP :: Browsers', + 'Topic :: Software Development :: Libraries :: Application Frameworks', + 'Topic :: Software Development :: Libraries :: Python Modules', + 'Topic :: Text Processing :: Markup :: HTML', ], packages=packages, -- GitLab