mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-07 16:44:04 +01:00
setup: Add classifiers.
This commit is contained in:
parent
d5b93ac9ee
commit
c1be24cec2
8
setup.py
8
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",
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user