mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-10 04:19:31 +02:00
little changes
This commit is contained in:
6
setup.py
6
setup.py
@@ -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'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user