diff --git a/pat.py b/pat similarity index 100% rename from pat.py rename to pat diff --git a/setup.py b/setup.py index 4d75825..f03b461 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,14 @@ from setuptools import setup setup( name = "patcat", - version = "2021.09.10.2", + version = "devel", description = "Outputs text with rainbow colors.", long_description = open("README").read(), long_description_content_type = "text/markdown", url = "https://gitdab.com/endie2/pat", author = "Lavender Perry", author_email = "endie2@protonmail.com", - scripts = ["pat.py"], + scripts = ["pat"], classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console",