mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-09 20:09:31 +02:00
Fix README.md, change author email
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -157,3 +157,6 @@ upload.bat
|
|||||||
pypi.md
|
pypi.md
|
||||||
|
|
||||||
_build
|
_build
|
||||||
|
|
||||||
|
dotenv.sh
|
||||||
|
publish.sh
|
||||||
|
|||||||
@@ -30,5 +30,5 @@ print(api.check_access('437610383310716930'))
|
|||||||
|
|
||||||
## Links
|
## Links
|
||||||
- [PyPi](https://pypi.org/project/Py-SPW)
|
- [PyPi](https://pypi.org/project/Py-SPW)
|
||||||
- [Documentation](https://pyspw.xstl.ru/latest)
|
- [Documentation](https://pyspw.xstl.ru/en/latest/)
|
||||||
- [API](https://github.com/sp-worlds/api-docs)
|
- [API](https://github.com/sp-worlds/api-docs)
|
||||||
2
setup.py
2
setup.py
@@ -17,7 +17,7 @@ setup(
|
|||||||
url='https://github.com/teleportx/Py-SPW',
|
url='https://github.com/teleportx/Py-SPW',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
author='Stepan Khozhempo',
|
author='Stepan Khozhempo',
|
||||||
author_email='stepan@khoz.ru',
|
author_email='stepan@xstl.ru',
|
||||||
description='Python library for spworlds API',
|
description='Python library for spworlds API',
|
||||||
long_description=description_md,
|
long_description=description_md,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|||||||
Reference in New Issue
Block a user