]> git.ipfire.org Git - thirdparty/babel.git/commit
setup: change to using include_package_data 268/head
authorTodd M. Guerra <toddguerra@gmail.com>
Wed, 30 Sep 2015 20:11:06 +0000 (16:11 -0400)
committerTodd M. Guerra <toddguerra@gmail.com>
Mon, 5 Oct 2015 15:07:34 +0000 (11:07 -0400)
commit6ec5679c6d647243b3cefe15af23486c573544a3
tree5377aa4183c3c3496a69717a2f87056b715fc64b
parent03623be6e2edab2fed866404591c6dba225d66d0
setup: change to using include_package_data

Instead of manually writing includes to various package data,
we now just set include_package_data to True to make it more efficient.
Reference: http://pythonhosted.org/setuptools/setuptools.html#new-and-changed-setup-keywords

Fixes https://github.com/python-babel/babel/issues/260
setup.py