mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
Update to support latest python to suppress runtime bug
This commit is contained in:
parent
a9b8c9bb39
commit
816e98f983
1
setup.py
1
setup.py
|
|
@ -16,6 +16,7 @@ setup(
|
||||||
"Programming Language :: Python :: 3.3",
|
"Programming Language :: Python :: 3.3",
|
||||||
"Programming Language :: Python :: 3.4",
|
"Programming Language :: Python :: 3.4",
|
||||||
"Programming Language :: Python :: 3.5",
|
"Programming Language :: Python :: 3.5",
|
||||||
|
"Programming Language :: Python :: 3.8"
|
||||||
],
|
],
|
||||||
packages=[
|
packages=[
|
||||||
"powerline_shell",
|
"powerline_shell",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue