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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,3 +2,6 @@ __pycache__
|
||||
.pyc
|
||||
.idea
|
||||
Pipfile.lock
|
||||
dist
|
||||
build
|
||||
*.egg-info
|
||||
@@ -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!
|
||||
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user