mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-21 12:40:46 +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",
|
license="MIT",
|
||||||
url="https://github.com/dylanaraps/wal.py",
|
url="https://github.com/dylanaraps/wal.py",
|
||||||
download_url="https://github.com/dylanaraps/wal.py/archive/0.1.3.tar.gz",
|
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