2020-06-03 01:10:47 +02:00
|
|
|
[metadata]
|
|
|
|
name = Tuxbot-bot
|
|
|
|
version = attr: tuxbot.__version__
|
2020-11-11 01:05:36 +01:00
|
|
|
url = https://github.com/Rom1-J/tuxbot-bot/
|
2020-06-03 01:10:47 +02:00
|
|
|
author = Romain J.
|
|
|
|
author_email = romain@gnous.eu
|
2020-10-19 00:20:58 +02:00
|
|
|
maintainer = Romain J.
|
|
|
|
maintainer_email = romain@gnous.eu
|
|
|
|
description = A discord bot made for GnousEU's guild and OpenSource
|
|
|
|
long_description = file: README.rst
|
|
|
|
license = agplv3
|
|
|
|
platforms = linux
|
2020-06-03 01:10:47 +02:00
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = find_namespace:
|
2021-02-16 19:28:30 +01:00
|
|
|
python_requires = >=3.9
|
2020-06-03 01:10:47 +02:00
|
|
|
install_requires =
|
2021-04-22 18:13:20 +02:00
|
|
|
aiocache>=0.11.1
|
2021-04-20 15:43:20 +02:00
|
|
|
asyncpg>=0.21.0
|
|
|
|
Babel>=2.8.0
|
2021-01-19 11:16:50 +01:00
|
|
|
discord.py @ git+https://github.com/Rapptz/discord.py
|
2021-04-20 15:43:20 +02:00
|
|
|
humanize>=2.6.0
|
|
|
|
ipinfo>=4.1.0
|
|
|
|
ipwhois>=1.2.0
|
2021-01-28 10:39:54 +01:00
|
|
|
jishaku @ git+https://github.com/Gorialis/jishaku
|
2021-04-20 15:43:20 +02:00
|
|
|
psutil>=5.7.2
|
|
|
|
pydig>=0.3.0
|
|
|
|
; ralgo @ git+https://github.com/Rom1-J/ralgo
|
|
|
|
rich>=9.10.0
|
2021-02-16 19:28:30 +01:00
|
|
|
sentry_sdk>=0.20.2
|
2021-04-20 15:43:20 +02:00
|
|
|
structured_config>=4.12
|
|
|
|
tortoise-orm>=0.16.17
|
2020-06-03 01:10:47 +02:00
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
tuxbot=tuxbot.__main__:main
|
|
|
|
tuxbot-setup=tuxbot.setup:setup
|
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
include =
|
|
|
|
tuxbot
|
|
|
|
tuxbot.*
|
|
|
|
|
|
|
|
[options.package_data]
|
|
|
|
* =
|
|
|
|
locales/*.po
|
|
|
|
**/locales/*.po
|
|
|
|
data/*
|
2020-11-11 01:05:36 +01:00
|
|
|
data/**/*
|