Commit Graph

2 Commits

Author SHA1 Message Date
Brandon Rhodes 368abd7637 Fix JPL report links in old ephemeris READMEs
Apparently JPL report URLs sometimes change.  I will not be uploading
new versions of these ephemerides, and maybe should remove them someday
from PyPI, but will run "setup.py register" to update the links for now.
2016-03-31 08:04:04 -04:00
Brandon Rhodes a56040b044 Move old Python-format ephemerides to "legacy"
Because bare directories with *.py files inside are now considered
packages to Python 3, these directories were being grabbed by the
"import" statement during certain tests, instead of letting Python find
the actual installed ephemerides packages.  Bumping them down a level
solves the problem, and also unclutters the top level.
2015-02-08 00:32:11 -05:00