Add setup.py

This commit is contained in:
Lavender Perry 2021-09-07 19:52:26 -07:00
parent f49950e96f
commit f652dfc3d1
Signed by untrusted user: elle
GPG Key ID: EF8E44AF715C28A0
1 changed files with 7 additions and 0 deletions

7
setup.py Normal file
View File

@ -0,0 +1,7 @@
from distutils.core import setup
setup(
name = "pat",
version = "2021.09.07",
scripts = ["pat.py"]
)