Add setup.py
This commit is contained in:
parent
f49950e96f
commit
f652dfc3d1
1 changed files with 7 additions and 0 deletions
7
setup.py
Normal file
7
setup.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name = "pat",
|
||||
version = "2021.09.07",
|
||||
scripts = ["pat.py"]
|
||||
)
|
Loading…
Reference in a new issue