diff --git a/README.md b/README.md index 96d9d21c..9a40d5b7 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ No browser needed. [#41](https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner ``` ## How to use: -First of all please create a run.py file. You can just copy [example.py](https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/blob/master/example.py) and modify it according to your needs. +First of all please create a run.py file. You can just copy [example.py](https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2/blob/master/example.py) and modify it according to your needs. ```python # -*- coding: utf-8 -*- diff --git a/TwitchChannelPointsMiner/__init__.py b/TwitchChannelPointsMiner/__init__.py index 420102cd..30831a19 100644 --- a/TwitchChannelPointsMiner/__init__.py +++ b/TwitchChannelPointsMiner/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "2.1.1" +__version__ = "1.3.4" from .TwitchChannelPointsMiner import TwitchChannelPointsMiner __all__ = [ diff --git a/TwitchChannelPointsMiner/constants.py b/TwitchChannelPointsMiner/constants.py index 711db889..11ae403b 100644 --- a/TwitchChannelPointsMiner/constants.py +++ b/TwitchChannelPointsMiner/constants.py @@ -20,7 +20,7 @@ BRANCH = "master" GITHUB_url = ( - "https://raw.githubusercontent.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/" + "https://raw.githubusercontent.com/rdavydov/Twitch-Channel-Points-Miner-v2/" + BRANCH ) diff --git a/setup.py b/setup.py index 6b04fd79..7c0d41f6 100644 --- a/setup.py +++ b/setup.py @@ -17,12 +17,12 @@ def read(fname): setuptools.setup( name="Twitch-Channel-Points-Miner-v2", version=metadata["version"], - author="Tkd-Alex (Alessandro Maggio)", + author="Tkd-Alex (Alessandro Maggio) and rdavydov (Roman Davydov)", author_email="alex.tkd.alex@gmail.com", description="A simple script that will watch a stream for you and earn the channel points.", license="GPLv3+", keywords="python bot streaming script miner twtich channel-points", - url="https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2", + url="https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2", packages=setuptools.find_packages(), include_package_data=True, install_requires=[