from setuptools import setup setup( name='v25', version='', packages=['v25', 'v25.web', 'v25.web.client', 'v25.web.server', 'v25.storage', 'v25.messaging'], url='', license='', author='', author_email='', description='' )