check for updates from my fork + credits

This commit is contained in:
rdavydov
2022-10-24 15:04:28 +03:00
parent bd9d435f2c
commit 15190e252d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "2.1.1" __version__ = "1.3.4"
from .TwitchChannelPointsMiner import TwitchChannelPointsMiner from .TwitchChannelPointsMiner import TwitchChannelPointsMiner
__all__ = [ __all__ = [

View File

@@ -20,7 +20,7 @@ USER_AGENTS = {
BRANCH = "master" BRANCH = "master"
GITHUB_url = ( GITHUB_url = (
"https://raw.githubusercontent.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/" "https://raw.githubusercontent.com/rdavydov/Twitch-Channel-Points-Miner-v2/"
+ BRANCH + BRANCH
) )

View File

@@ -17,12 +17,12 @@ metadata = dict(
setuptools.setup( setuptools.setup(
name="Twitch-Channel-Points-Miner-v2", name="Twitch-Channel-Points-Miner-v2",
version=metadata["version"], version=metadata["version"],
author="Tkd-Alex (Alessandro Maggio)", author="Tkd-Alex (Alessandro Maggio) and rdavydov (Roman Davydov)",
author_email="alex.tkd.alex@gmail.com", author_email="alex.tkd.alex@gmail.com",
description="A simple script that will watch a stream for you and earn the channel points.", description="A simple script that will watch a stream for you and earn the channel points.",
license="GPLv3+", license="GPLv3+",
keywords="python bot streaming script miner twtich channel-points", 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(), packages=setuptools.find_packages(),
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[