mirror of
https://github.com/house-of-vanity/gaspar.git
synced 2025-07-06 18:24:07 +00:00
Fixes. Added buttons for instant download.
This commit is contained in:
3
setup.py
3
setup.py
@ -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 "
|
||||
|
Reference in New Issue
Block a user