Move pat.py to pat, update setup.py

This commit is contained in:
Lavender Perry 2021-11-21 20:21:41 -08:00
parent 158c9eacef
commit 724389c0aa
Signed by untrusted user: elle
GPG key ID: EF8E44AF715C28A0
2 changed files with 2 additions and 2 deletions

View file

View file

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