5 lines
47 B
Python
5 lines
47 B
Python
|
from setuptools import setup
|
||
|
|
||
|
setup(
|
||
|
)
|