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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,4 +1,7 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
.pyc
|
.pyc
|
||||||
.idea
|
.idea
|
||||||
Pipfile.lock
|
Pipfile.lock
|
||||||
|
dist
|
||||||
|
build
|
||||||
|
*.egg-info
|
||||||
@@ -61,6 +61,7 @@ If you want to schedule your updates, edit your /etc/crontab file.
|
|||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
- [@Eideen](https://github.com/Eideen)
|
- [@Eideen](https://github.com/Eideen)
|
||||||
|
- [@iwalton3](https://github.com/iwalton3)
|
||||||
|
|
||||||
Thank you for your support!
|
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()
|
long_description = fh.read()
|
||||||
|
|
||||||
setuptools.setup(name='gitea_auto_update',
|
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.',
|
description='A script which can update gitea to a new version.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user