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 -*-
__version__ = "2.1.1"
__version__ = "1.3.4"
from .TwitchChannelPointsMiner import TwitchChannelPointsMiner
__all__ = [

View File

@@ -20,7 +20,7 @@ USER_AGENTS = {
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
)

View File

@@ -17,12 +17,12 @@ metadata = dict(
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=[