kovachev-bot/kovachevbot/setup.py
2023-09-01 18:12:08 +01:00

11 lines
353 B
Python

from setuptools import setup
setup(name="kovachevbot",
version="0.1",
description="Library of generic functions and constants used in my bot scripts",
url="https://www.kovachev.xyz",
author="Kiril Kovachev",
author_email="kkovachev1947@gmail.com",
license="MIT",
packages=["kovachevbot"],
zip_safe=False)