Skip to content

Commit

Permalink
fixing submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Nov 8, 2017
1 parent b9e802e commit 7cc68ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "astropy_helpers"]
path = astropy_helpers
url = https://github.com/astropy/astropy-helpers.git
1 change: 1 addition & 0 deletions astropy_helpers
Submodule astropy_helpers added at 6f31c2
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
.. include:: references.txt

.. _index:

Welcome to mrspoc's documentation!
==================================

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ github_project = bmorris3/mrspoc
# install_requires = astropy, scipy, matplotlib
install_requires = numpy, astropy, matplotlib, scipy, sphinx-automodapi
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
version = 0.0.dev0
version = 0.1.dev

[entry_points]

Expand Down

0 comments on commit 7cc68ae

Please sign in to comment.