aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Integrate pytest for test support.Aaron LI2016-10-041-0/+26
| | | | | | Credits: * http://doc.pytest.org/en/latest/goodpractices.html * https://github.com/kennethreitz/requests/blob/master/setup.py
* Add bin/fg21sim and some updates to galactic/synchrotronAaron LI2016-10-041-0/+1
| | | | | | | | | | | | * Add new executable "bin/fg21sim" * galactic/synchrotron: update to use "configs.get_path()" * galactic/synchrotron: create output dir if not exists * galactic/synchrotron: add logging support * galactic/synchrotron: append FITS extension to filename * galactic/synchrotron: pass the basic test TODO: * "output()" needs fixes with the FITS header
* setup.py: Add missing install requirement "configobj"Aaron LI2016-09-301-0/+1
|
* setup.py: Check Python >= 3.4 before installationAaron LI2016-09-301-0/+6
|
* setup.py: add classifier and requirementsAaron LI2016-09-271-2/+31
|
* Rewrite setup.py and update __init__.py accordinglyAaron LI2016-09-271-21/+14
|
* Add logging and update setup configsAaron LI2016-09-251-1/+7
|
* Setup package structuresAaron LI2016-09-201-0/+23
Credit: https://github.com/kennethreitz/samplemod TODO: Add the 'docs' part