jmcclell / django-bootstrap-pagination

Django template tag for rendering Page objects as Bootstrap pagination HTML
MIT License
212 stars 83 forks source link

Missing the README.rst file in dist #2

Closed Cykooz closed 12 years ago

Cykooz commented 12 years ago

Please add the README.rst into file MANIFEST.in:

include LICENSE README.markdown README.rst

PS: Update dist on pypi after this changes. For this you can either change the version of the package or delete a package from pypi before unloading.

jmcclell commented 12 years ago

Nice catch. Now if I can just remember to increment the version in setup.py before I tag/push, I won't have to skip a version everytime I upload to pypi. :)

Thanks for the hand holding. 0.1.7 should be available on pypi with the distribution uploaded.