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 =
|
2020-09-02 00:08:06 +02:00
|
|
|
appdirs>=1.4.4
|
2020-11-08 01:07:27 +01:00
|
|
|
asyncpg>=0.21.0
|
2020-09-02 00:08:06 +02:00
|
|
|
Babel>=2.8.0
|
2021-01-19 11:16:50 +01:00
|
|
|
discord.py @ git+https://github.com/Rapptz/discord.py
|
2020-11-08 01:07:27 +01:00
|
|
|
discord_flags>=2.1.1
|
|
|
|
humanize>=2.6.0
|
2021-01-25 17:28:59 +01:00
|
|
|
ipwhois>=1.2.0
|
2020-09-02 00:08:06 +02:00
|
|
|
jishaku>=1.19.1.200
|
|
|
|
psutil>=5.7.2
|
2021-01-21 16:11:29 +01:00
|
|
|
requests>=2.25.1
|
2020-09-02 00:08:06 +02:00
|
|
|
rich>=6.0.0
|
|
|
|
structured_config>=4.12
|
2020-11-08 01:07:27 +01:00
|
|
|
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/**/*
|