mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
* Utilise setup.cfg, move version info to redbot package - `redbot.__init__` now is safe to import without installing dependencies. - Now deploying binary wheel distribution from travis - Include locale files in sub-packages of cog packages - python_requires now has no upper limit Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
5 lines
82 B
Python
5 lines
82 B
Python
from setuptools import setup
|
|
|
|
# Metadata and options defined in setup.cfg
|
|
setup()
|