5 lines
79 B
Python
5 lines
79 B
Python
|
|
from setuptools import setup
|
||
|
|
|
||
|
|
setup(install_requires=["setuptools>=30.3.0"])
|
||
|
|
|