insanecoder69 commited on
Commit
d0c481a
·
verified ·
1 Parent(s): ac92c19

Create setup.py

Browse files
Files changed (1) hide show
  1. setup.py +6 -0
setup.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from setuptools import setup
2
+ setup(
3
+ name = "TalkSHOWLIVE",
4
+ version = .01,
5
+ python_requires = '==3.7.16'
6
+ )