tuxbot-bot/setup.py

6 lines
69 B
Python
Raw Normal View History

2020-06-03 01:10:47 +02:00
from setuptools import setup
2020-08-26 17:15:38 +02:00
setup(
2021-05-13 16:45:04 +02:00
python_requires=">=3.10",
2020-08-26 17:15:38 +02:00
)