from setuptools import setup setup( name='pyspw', version='1.0', packages=['pyspw'], url='https://github.com/teleport2/Py-SPW', license='MIT License', author='Stepan Khozhempo', author_email='stepan@m.khoz.ru', description='Library for spworlds API' )