Spaces:
Running
Running
from setuptools import setup | |
setup( | |
name = "TalkSHOWLIVE", | |
version = .01, | |
python_requires = '==3.7.16' | |
) |
from setuptools import setup | |
setup( | |
name = "TalkSHOWLIVE", | |
version = .01, | |
python_requires = '==3.7.16' | |
) |