remove setup_requires = Babel, which isn't actually used and broke the build

This commit is contained in:
David Glick 2014-03-25 12:24:00 -07:00
parent 996592835b
commit 0b50d7c339
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
from setuptools import dist
from setuptools import find_packages
from setuptools import setup
dist.Distribution(dict(setup_requires='Babel'))
version = '2.3.2.dev0'
install_requires = [