6 lines
50 B
Python
6 lines
50 B
Python
|
|
# setup.py
|
||
|
|
|
||
|
|
from setuptools import setup
|
||
|
|
|
||
|
|
setup()
|