1
0
mirror of https://github.com/Melon-Bread/RetroUFO synced 2024-11-25 00:38:33 -05:00

Don't need useless comments

This commit is contained in:
Rain Clark 2019-12-11 00:45:35 -05:00
parent 03784e2dba
commit 9314750c49

View File

@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
long_description = fh.read() long_description = fh.read()
setuptools.setup( setuptools.setup(
name="RetroUFO", # Replace with your own username name="RetroUFO",
version="0.9.5", version="0.9.5",
author="Melon Bread", author="Melon Bread",
author_email="rain@melonbread.dev", author_email="rain@melonbread.dev",