install fix
This commit is contained in:
parent
6b50670fef
commit
11f48f6ffc
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ setup(
|
|||||||
entry_points = {
|
entry_points = {
|
||||||
"console_scripts": ['owo = owo.owo:main']
|
"console_scripts": ['owo = owo.owo:main']
|
||||||
},
|
},
|
||||||
install_requires=['pyowo'],
|
install_requires=['pyowo==1.0.1'],
|
||||||
version = "0.2.0",
|
version = "0.2.0",
|
||||||
description = "owoify any text from the command line",
|
description = "owoify any text from the command line",
|
||||||
author = "Alfie King",
|
author = "Alfie King",
|
||||||
|
Loading…
Reference in New Issue
Block a user