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