kovachev-bot/kovachevbot/setup.py

11 lines
353 B
Python
Raw Normal View History

2023-09-01 17:12:08 +00:00
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)