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