jakul / django-transifex

Django integration with python-transifex
20 stars 8 forks source link

fix missing version.txt issue #10

Closed jarcoal closed 9 years ago

jarcoal commented 9 years ago

Commit 792066517838643962e2214bf27a11f1201beb99 introduced a bug where the setup.py was configured to not include djangotransifex/version.txt when installed from pip. This breaks when __init__.py goes to look for it.

Setting include_package_data=True ensures version.txt is included.

jakul commented 9 years ago

Nice work @jarcoal

jarcoal commented 9 years ago

@jakul is it possible to cut a 0.1.9 release when you get a chance? Looks like version.txt got forgotten for the 0.1.8 release, so that will need to be bumped to 0.1.9 as well.

jarcoal commented 9 years ago

Actually I might have another patch here for you regarding Django 1.7/1.8 compat.