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