added .env

This commit is contained in:
2022-08-28 20:36:58 +03:00
parent 78a477f21a
commit caa8d6b20e
9 changed files with 59 additions and 29 deletions

View File

@@ -1,12 +1,15 @@
from setuptools import setup
import test
setup(
name='fun and admin bot',
version='1.0.0',
version=test.__version__,
packages=['lib'],
url='',
platforms='POSIX',
license='',
author='riksl',
author_email='',
description=''
description='',
requires=[]
)