Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
setup: Add classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jun 22, 2017
1 parent d5b93ac commit c1be24c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@
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",
]
)

0 comments on commit c1be24c

Please sign in to comment.