show / SHOW /setup.py
camenduru's picture
thanks to show ❤
3bbb319
raw
history blame
No virus
98 Bytes
from setuptools import setup
setup(
name="SHOW",
packages=['SHOW','modules','configs']
)