tuxbot-bot/setup.py

6 lines
68 B
Python
Raw Permalink Normal View History

2020-06-02 23:10:47 +00:00
from setuptools import setup
2020-08-26 15:15:38 +00:00
setup(
2021-05-16 21:21:27 +00:00
python_requires=">=3.8",
2020-08-26 15:15:38 +00:00
)