From dda2abd661ad3e89815ef95d4e4702d974840afc Mon Sep 17 00:00:00 2001 From: Teleport <77507478+teleport2@users.noreply.github.com> Date: Tue, 9 May 2023 13:35:07 +0300 Subject: [PATCH] Fix README.md, change author email --- .gitignore | 3 +++ README.md | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f66ba9a..03aa084 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,6 @@ upload.bat pypi.md _build + +dotenv.sh +publish.sh diff --git a/README.md b/README.md index 69a6b97..5e78e10 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file diff --git a/setup.py b/setup.py index 1305d17..c3f54a2 100644 --- a/setup.py +++ b/setup.py @@ -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',