Commit Graph

12 Commits

Author SHA1 Message Date
Brandon Rhodes 3b3fc6eba7 gitignore BSP files 2020-02-22 08:12:46 -05:00
Brandon Rhodes aae60da592 Check in ephemerides necessary for CI testing
This prevents Travis CI from having to hammer the JPL servers when
testing jplephem against several versions of Python at once.  It
will also stop CI from routinely erroring out one or more versions
of Python when the JPL’s servers happen to drop a request.
2019-09-19 16:05:24 -04:00
Brandon Rhodes 79fd50f382 Git ignore tmp*.py experimental scripts 2018-02-09 07:32:30 -05:00
Brandon Rhodes 6e244b333f Update gitignore file 2016-03-31 08:05:54 -04:00
Brandon Rhodes fff52d0106 Promote "jplephem" and its "setup.py" to top level
Now that the main point of this package is the "jplephem" module for
reading SPK kernels, we should go ahead and promote it to being a top
level directory.
2015-02-08 00:40:43 -05:00
Brandon Rhodes d8180b7364 Git-ignore files of test data from JPL 2015-02-08 00:31:42 -05:00
Brandon Rhodes d5e0de7970 Ignore SPK files downloaded for tests 2015-02-07 19:08:46 -05:00
Brandon Rhodes 48458032b5 Add ignores for *.pyc and *.egg-info 2013-01-13 07:02:21 -05:00
Brandon Rhodes 56764a26c2 Improved the expressions in .gitignore 2012-11-23 22:24:20 -05:00
Brandon Rhodes ca75aa0d2f Moved everything a redundant directory level lower
My cute trick of driving all six of these packages from a single
setup.py proved useless for "tox" which insists on calling setup.py
the normal way, without an extra argument. So everything goes a level
deeper so that it can get its own setup.py.
2012-11-21 13:13:49 -05:00
Brandon Rhodes 569f3ca4c5 Started writing a setup.py to enable distribution of the ephemerides on PyPI, and gave de405 an __init__.py as a first step in that direction. 2012-03-29 21:26:52 -04:00
Brandon Rhodes 15df274d5e Added a "gitignore" file to hide generated ephemeris directories from git. 2012-03-23 09:21:08 -04:00