remove setup_requires = Babel, which isn't actually used and broke the build
This commit is contained in:
parent
996592835b
commit
0b50d7c339
3
setup.py
3
setup.py
@ -1,9 +1,6 @@
|
|||||||
from setuptools import dist
|
|
||||||
from setuptools import find_packages
|
from setuptools import find_packages
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
dist.Distribution(dict(setup_requires='Babel'))
|
|
||||||
|
|
||||||
version = '2.3.2.dev0'
|
version = '2.3.2.dev0'
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
|
Loading…
Reference in New Issue
Block a user