setup: Add classifiers.

This commit is contained in:
Dylan Araps 2017-06-22 23:19:28 +10:00
parent d5b93ac9ee
commit c1be24cec2

View File

@ -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",
]
)