pep8
This commit is contained in:
parent
76b1f3441a
commit
984dd95083
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r") as readme:
|
|||
|
||||
print(setuptools.find_packages())
|
||||
setuptools.setup(
|
||||
name="moneyusage", # Replace with your own username
|
||||
name="moneyusage", # Replace with your own username
|
||||
version="0.0.1",
|
||||
author="Flukx",
|
||||
author_email="flukx@uber.space",
|
||||
|
@ -20,4 +20,4 @@ setuptools.setup(
|
|||
"Operating System :: OS Independent",
|
||||
],
|
||||
python_requires='>=3.8',
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue