some code changes

This commit is contained in:
2022-08-31 18:28:07 +03:00
parent 4a33b35283
commit 5b134e6446
19 changed files with 288 additions and 145 deletions

View File

@@ -1,9 +1,9 @@
from setuptools import setup
import test
import __init__
setup(
name='fun and admin bot',
version=test.__version__,
version=__init__.__version__,
packages=['lib'],
url='',
platforms='POSIX',