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