Files
Py-SPW/setup.py
2022-07-15 00:51:41 +03:00

13 lines
285 B
Python

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'
)