diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-22 23:19:28 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-22 23:19:28 +1000 |
| commit | c1be24cec298b8f64c1898c433a84f79fea58ba3 (patch) | |
| tree | 7f7495e7bef03e4ef335fc413641dc45626b0727 /setup.py | |
| parent | d5b93ac9eec3fd3b9a0e9a072867ad4839cc5221 (diff) | |
setup: Add classifiers.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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", + ] ) |
