13 lines
200 B
Python
13 lines
200 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name='fun and admin bot',
|
|
version='1.0.0',
|
|
packages=['lib'],
|
|
url='',
|
|
license='',
|
|
author='riksl',
|
|
author_email='',
|
|
description=''
|
|
)
|