Use python-Levenshtein-wheels (#2393)

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>
This commit is contained in:
Toby Harradine
2019-01-30 16:52:36 +11:00
committed by GitHub
parent 016a6d3aa6
commit 0607f5552a
4 changed files with 103 additions and 59 deletions

View File

@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
"e1839a8" = { path = ".", editable = true, extras = ['mongo', 'voice'] }
red-discordbot = {path = ".",editable = true,extras = ['mongo', 'voice']}
[dev-packages]
tox = "*"
"e1839a9" = { path = ".", editable = true, extras = ['docs', 'test', 'style'] }
red-discordbot = {path = ".",editable = true,extras = ['docs', 'test', 'style']}