little changes

This commit is contained in:
Teleport
2022-07-15 00:51:41 +03:00
parent 2d0232d3b5
commit 5671ce5005
4 changed files with 31 additions and 5 deletions

View File

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