mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
This removes the compiler detection logic in setup.py. python-Levenshtein-wheels includes pre-built wheels for virtually all operating systems and architectures we support. Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
12 lines
268 B
TOML
12 lines
268 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
red-discordbot = {path = ".",editable = true,extras = ['mongo', 'voice']}
|
|
|
|
[dev-packages]
|
|
tox = "*"
|
|
red-discordbot = {path = ".",editable = true,extras = ['docs', 'test', 'style']}
|