45 lines
930 B
INI
45 lines
930 B
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.7
|
|
install_requires =
|
|
appdirs>=1.4.4
|
|
asyncpg>=0.21.0
|
|
Babel>=2.8.0
|
|
discord.py>=1.5.1
|
|
discord_flags>=2.1.1
|
|
humanize>=2.6.0
|
|
jishaku>=1.19.1.200
|
|
psutil>=5.7.2
|
|
rich>=6.0.0
|
|
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/**/*
|