mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 18:44:20 +01:00
fix typo
This commit is contained in:
2
setup.py
2
setup.py
@@ -9,7 +9,7 @@ with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
|
|||||||
with open("requirements.txt") as f:
|
with open("requirements.txt") as f:
|
||||||
requirements = f.read().splitlines()
|
requirements = f.read().splitlines()
|
||||||
|
|
||||||
entry_points = {"console_scripts": ["cashu = cahu.wallet.cli:cli"]}
|
entry_points = {"console_scripts": ["cashu = cashu.wallet.cli:cli"]}
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="cashu",
|
name="cashu",
|
||||||
|
|||||||
Reference in New Issue
Block a user