mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-10 04:19:31 +02:00
13 lines
285 B
Python
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'
|
|
)
|