tuxbot-bot/setup.py

6 lines
68 B
Python

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