Hello
I'm using ClueReleaseManager-0.3.3 alone as a local pypi repository.
It looks like description and long_description from setup() are not
updated
on ClueReleaseManager home page if I change them after the first
upload.
how to reproduce:
upload an egg with: python setup.py bdist_egg upload -r
http://localeggs
edit setup.py
change description and upload again.
It does the same even if create a new version in setup.py
(example: version='1.0' for the first upload and version='1.1' for the
next one)