setup.py: version bump

This commit is contained in:
Dylan Araps 2017-08-12 18:44:00 +10:00
parent dffe14180d
commit c511ab91e9

View file

@ -33,13 +33,14 @@ setuptools.setup(
"Environment :: X11 Applications",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
],
packages=["pywal"],
entry_points={
"console_scripts": ["wal=pywal.__main__:main"]
},
python_requires=">=3.6",
python_requires=">=3.5",
test_suite="tests",
include_package_data=True
)