From c1be24cec298b8f64c1898c433a84f79fea58ba3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 22 Jun 2017 23:19:28 +1000 Subject: setup: Add classifiers. --- setup.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f48ca3f..95be8e3 100644 --- a/setup.py +++ b/setup.py @@ -20,5 +20,11 @@ setup( license="MIT", url="https://github.com/dylanaraps/wal.py", download_url="https://github.com/dylanaraps/wal.py/archive/0.1.3.tar.gz", - scripts=["wal"] + scripts=["wal"], + classifiers=[ + "Environment :: X11 Applications", + "License :: OSI Approved :: MIT License", + "Operating System :: POSIX :: Linux", + "Programming Language :: Python :: 3.6", + ] ) -- cgit v1.2.3