mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-04-29 13:44:37 +02:00
General: Release
This commit is contained in:
parent
efb5305765
commit
9b04dce308
6
setup.py
6
setup.py
@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
|
|
||||||
DESC = (
|
DESC = (
|
||||||
"View the DOCS at: https://github.com/dylanaraps/wal.py\n\n"
|
"View the DOCS at: https://github.com/dylanaraps/pywal\n\n"
|
||||||
"Pypi doesn't like markdown OR rst with anchor links so "
|
"Pypi doesn't like markdown OR rst with anchor links so "
|
||||||
"you'll have to view the documentation elsewhere.\n"
|
"you'll have to view the documentation elsewhere.\n"
|
||||||
)
|
)
|
||||||
@ -18,8 +18,8 @@ setup(
|
|||||||
description="🎨 Generate and change colorschemes on the fly",
|
description="🎨 Generate and change colorschemes on the fly",
|
||||||
long_description=DESC,
|
long_description=DESC,
|
||||||
license="MIT",
|
license="MIT",
|
||||||
url="https://github.com/dylanaraps/wal.py",
|
url="https://github.com/dylanaraps/pywal",
|
||||||
download_url="https://github.com/dylanaraps/wal.py/archive/0.1.5.tar.gz",
|
download_url="https://github.com/dylanaraps/pywal/archive/0.1.5.tar.gz",
|
||||||
scripts=["wal"],
|
scripts=["wal"],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Environment :: X11 Applications",
|
"Environment :: X11 Applications",
|
||||||
|
Loading…
Reference in New Issue
Block a user