mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-08 23:19:54 +01:00
setup.py: version bump
This commit is contained in:
parent
dffe14180d
commit
c511ab91e9
3
setup.py
3
setup.py
@ -33,13 +33,14 @@ setuptools.setup(
|
|||||||
"Environment :: X11 Applications",
|
"Environment :: X11 Applications",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
|
"Programming Language :: Python :: 3.5",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
],
|
],
|
||||||
packages=["pywal"],
|
packages=["pywal"],
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": ["wal=pywal.__main__:main"]
|
"console_scripts": ["wal=pywal.__main__:main"]
|
||||||
},
|
},
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.5",
|
||||||
test_suite="tests",
|
test_suite="tests",
|
||||||
include_package_data=True
|
include_package_data=True
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user