This commit is contained in:
2022-08-23 21:57:12 +03:00
parent 15af292375
commit ca9787fcf2
6 changed files with 31 additions and 14 deletions

12
setup.py Normal file
View File

@@ -0,0 +1,12 @@
from setuptools import setup
setup(
name='fun and admin bot',
version='1.0.0',
packages=['lib'],
url='',
license='',
author='riksl',
author_email='',
description=''
)