diff --git a/README.md b/README.md index e78425f..aa400e9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ Development branch badges:![Lint_Test](https://github.com/djotaku/ELDonationTracker/workflows/Lint_Test/badge.svg?branch=devel) -Master branch badges:![Lint_Test](https://github.com/djotaku/ELDonationTracker/workflows/Lint_Test/badge.svg) ![Linux_Build](https://github.com/djotaku/ELDonationTracker/workflows/Linux_Build/badge.svg) ![Windows_Build](https://github.com/djotaku/ELDonationTracker/workflows/Windows_Build/badge.svg) - -[![Documentation Status](https://readthedocs.org/projects/eldonationtracker/badge/?version=latest)](https://eldonationtracker.readthedocs.io/en/latest/?badge=latest) +Master branch badges:![Lint_Test](https://github.com/djotaku/ELDonationTracker/workflows/Lint_Test/badge.svg) ![Linux_Build](https://github.com/djotaku/ELDonationTracker/workflows/Linux_Build/badge.svg) ![Windows_Build](https://github.com/djotaku/ELDonationTracker/workflows/Windows_Build/badge.svg) [![Documentation Status](https://readthedocs.org/projects/eldonationtracker/badge/?version=latest)](https://eldonationtracker.readthedocs.io/en/latest/?badge=latest) ![Upload Python Package](https://github.com/djotaku/ELDonationTracker/workflows/Upload%20Python%20Package/badge.svg) Would you like to be able to update your donations in real-time during a Live Stream or while recording a Let's Play as in the following screenshots? diff --git a/docs/conf.py b/docs/conf.py index 7a21920..f3bdf11 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = 'Eric Mesa' # The full version, including alpha/beta/rc tags -release = '3.3' +release = '3.3.2' # -- General configuration --------------------------------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt index d6cedbc..0daec9f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ sphinx>=2.2 PyQt5==5.13.1 xdgenvpy==2.1.1 +PyQt5-sip==4.19.19 diff --git a/pypi.rst b/pypi.rst new file mode 100644 index 0000000..7dde158 --- /dev/null +++ b/pypi.rst @@ -0,0 +1,7 @@ +================= +eldonationtracker +================= + +ELDonation Tracker is used to provide donation information and updates when streaming or recording a VOD in OBS or XSplit. For a video explaining how to use this program, visit: http://djotaku.github.io/ELDonationTracker/ + +For documenation, see the Read The Docs page at: https://eldonationtracker.readthedocs.io/en/latest/index.html diff --git a/setup.cfg b/setup.cfg index 158ec13..471f82c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,9 +3,9 @@ name = eldonationtracker author = Eric Mesa author-email = eric@ericmesa.com url = http://djotaku.github.io/ELDonationTracker/ -version = v3.3 +version = v3.3.2 description = A Python-based donation tracker for Extra Life streams -long_description = http://djotaku.github.io/ELDonationTracker/ +long_description = file: pypi.rst keywords = extra life, XSplit, obs, livestreaming, video games license = GPLv3 classifiers = @@ -19,3 +19,4 @@ packages = find: install_requires = PyQt5 xdgenvpy + PyQt5-sip