5 lines
68 B
Python
5 lines
68 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
python_requires=">=3.8",
|
|
)
|