1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 07:57:23 +01:00

docs: add contributor, update version & .gitignore

- Add the new contributor @iwalton3 to the README.md
- Update the version for publishing in PyPI
- Update .gitignore to ignore distribution files
This commit is contained in:
Christoph Miksche
2019-09-04 15:36:33 +02:00
parent 70b6653b73
commit 480604dce3
3 changed files with 6 additions and 2 deletions

5
.gitignore vendored
View File

@@ -1,4 +1,7 @@
__pycache__
.pyc
.idea
Pipfile.lock
Pipfile.lock
dist
build
*.egg-info

View File

@@ -61,6 +61,7 @@ If you want to schedule your updates, edit your /etc/crontab file.
## Contributors
- [@Eideen](https://github.com/Eideen)
- [@iwalton3](https://github.com/iwalton3)
Thank you for your support!

View File

@@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(name='gitea_auto_update',
version='2.0.6',
version='2.0.7',
description='A script which can update gitea to a new version.',
long_description=long_description,
long_description_content_type="text/markdown",