weaverba137 / pydl

Library of IDL astronomy routines converted to Python.
BSD 3-Clause "New" or "Revised" License
28 stars 16 forks source link

Convert pydl to astropy affiliated package format #1

Closed cdeil closed 11 years ago

cdeil commented 11 years ago

@weaverba137 pydl is currently registered as an astropy affiliated package: http://affiliated.astropy.org

Do you have time to convert it into the appropriate format? https://github.com/astropy/package-template

I think the most important thing would be to put up the documentation so that others can easily see what is available in pydl. readthedocs is a simple solution other affiliated packages are using.

weaverba137 commented 11 years ago

Actually that conversion is mostly done, but I haven't merged it with the master branch yet. If you look at the 'astropy' branch, that's following the package-template style. I hope to merge & also register with PyPI sometime next week (I'm traveling now).

cdeil commented 11 years ago

Great!

Note that the package-template was updated today, e.g. there is now a .travis.yml file you can add so that you get automatic testing on travis-ci.

weaverba137 commented 11 years ago

The master branch now follows the package template.