tuxbot-bot/setup.py

5 lines
69 B
Python

from setuptools import setup
setup(
python_requires=">=3.10",
)