TorrentUplouderBot/setup.py

13 lines
379 B
Python

from setuptools import setup
setup(
name="TorrentUploaderBot",
version="",
url="",
author="ORUDO",
author_email="root@orudo.ru",
description="A simple Telegram bot that will allow you to upload torrent files / magnet links to a remote Torrent server (qBitTorrent, Transmission, etc.)",
install_requires=["aiohttp>=3.10.0"],
packages=["tubot"],
)