Fix README.md, change author email

This commit is contained in:
Teleport
2023-05-09 13:35:07 +03:00
parent c1a172d4be
commit dda2abd661
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -157,3 +157,6 @@ upload.bat
pypi.md
_build
dotenv.sh
publish.sh

View File

@@ -30,5 +30,5 @@ print(api.check_access('437610383310716930'))
## Links
- [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)

View File

@@ -17,7 +17,7 @@ setup(
url='https://github.com/teleportx/Py-SPW',
license='MIT License',
author='Stepan Khozhempo',
author_email='stepan@khoz.ru',
author_email='stepan@xstl.ru',
description='Python library for spworlds API',
long_description=description_md,
long_description_content_type='text/markdown',