diff --git a/properimage/image_ensemble.py b/properimage/image_ensemble.py index a339398..049aeb2 100644 --- a/properimage/image_ensemble.py +++ b/properimage/image_ensemble.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# image_stats.py +# image_ensemble.py # # Copyright 2017 Bruno S # diff --git a/setup.py b/setup.py index 3823aa1..534447d 100644 --- a/setup.py +++ b/setup.py @@ -74,6 +74,7 @@ def do_setup(): version=PI_VERSION, description='Proper Astronomic Image Analysis', long_description=LONG_DESCRIPTION, + long_description_content_type='text/markdown', author='Bruno Sanchez', author_email='bruno@oac.unc.edu.ar', url='https://github.com/toros-astro/ProperImage',