Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
setup.py: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Aug 12, 2017
1 parent dffe141 commit c511ab9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@
"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
)

0 comments on commit c511ab9

Please sign in to comment.