Fixes. Added buttons for instant download.

This commit is contained in:
AB
2021-03-26 15:34:54 +03:00
parent 89dde3b658
commit 790c968c5b
6 changed files with 68 additions and 19 deletions

View File

@ -1,5 +1,6 @@
import os, subprocess
from setuptools import setup
from gaspar import __version__ as version
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
@ -16,7 +17,7 @@ def get_requires(rfile):
setup(
name = "gaspar",
version = "0.0.5",
version = version,
author = "UltraDesu",
author_email = "ultradesu@hexor.ru",
description = ("Telegram bot. Keep an eye on rutracker.org topics and let you "