49 lines
1.1 KiB
INI
49 lines
1.1 KiB
INI
[metadata]
|
|
name = Tuxbot-bot
|
|
version = attr: tuxbot.__version__
|
|
url = https://github.com/Rom1-J/tuxbot-bot/
|
|
author = Romain J.
|
|
author_email = romain@gnous.eu
|
|
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
|
|
|
|
[options]
|
|
packages = find_namespace:
|
|
python_requires = >=3.9
|
|
install_requires =
|
|
asyncstdlib>=3.9.1
|
|
asyncpg>=0.21.0
|
|
Babel>=2.8.0
|
|
discord.py @ git+https://github.com/Rapptz/discord.py
|
|
humanize>=2.6.0
|
|
ipinfo>=4.1.0
|
|
ipwhois>=1.2.0
|
|
jishaku @ git+https://github.com/Gorialis/jishaku
|
|
psutil>=5.7.2
|
|
pydig>=0.3.0
|
|
; ralgo @ git+https://github.com/Rom1-J/ralgo
|
|
rich>=9.10.0
|
|
sentry_sdk>=0.20.2
|
|
structured_config>=4.12
|
|
tortoise-orm>=0.16.17
|
|
|
|
[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/*
|
|
data/**/*
|