tuxbot-bot/setup.py

6 lines
69 B
Python

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