4 lines
61 B
Python
4 lines
61 B
Python
|
from setuptools import setup
|
||
|
|
||
|
setup(python_requires=">=3.7")
|