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-01-25 14:52:30 +01:00
|
|
|
python_requires = >=3.8
|
2020-06-03 01:10:47 +02:00
|
|
|
install_requires =
|
2021-02-11 17:51:46 +01:00
|
|
|
appdirs==1.4.4
|
|
|
|
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-02-11 17:51:46 +01: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-02-11 17:51:46 +01:00
|
|
|
psutil==5.7.2
|
|
|
|
pydig==0.3.0
|
|
|
|
rich==9.10.0
|
2021-02-11 23:18:12 +01:00
|
|
|
sentry_sdk==0.20.0
|
2021-02-11 17:51:46 +01: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/**/*
|