install fix

This commit is contained in:
alfie 2024-04-19 15:47:35 +01:00
parent 6b50670fef
commit 11f48f6ffc

View File

@ -8,7 +8,7 @@ setup(
entry_points = {
"console_scripts": ['owo = owo.owo:main']
},
install_requires=['pyowo'],
install_requires=['pyowo==1.0.1'],
version = "0.2.0",
description = "owoify any text from the command line",
author = "Alfie King",