panosl / django-currencies

django-currencies allows you to define different currencies, and includes template tags/filters to allow easy conversion between them.
http://pypi.python.org/pypi/django-currencies
BSD 3-Clause "New" or "Revised" License
94 stars 81 forks source link

Pypi setup failed because missing README.md file #4

Closed noxan closed 11 years ago

noxan commented 11 years ago

Having the problem that pypi setup fails because of a missing README.md file. it is not included in MANIFEST.in, but loaded in setup.py as long_description...

noxan commented 11 years ago

should be fixed with pull request related to issue #5. (did not know how to attach a pull request to an existing issue)