Skip to content

Commit

Permalink
Merge pull request #64 from djotaku/devel
Browse files Browse the repository at this point in the history
PyPi and RTD fixes
  • Loading branch information
djotaku authored Feb 25, 2020
2 parents ceb707a + e187175 commit 78b46e6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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?

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Eric Mesa'

# The full version, including alpha/beta/rc tags
release = '3.3'
release = '3.3.2'


# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx>=2.2
PyQt5==5.13.1
xdgenvpy==2.1.1
PyQt5-sip==4.19.19
7 changes: 7 additions & 0 deletions pypi.rst
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand All @@ -19,3 +19,4 @@ packages = find:
install_requires =
PyQt5
xdgenvpy
PyQt5-sip

0 comments on commit 78b46e6

Please sign in to comment.