diff options
author | Anthony Wang | 2021-04-30 20:20:11 -0500 |
---|---|---|
committer | Anthony Wang | 2021-04-30 20:20:11 -0500 |
commit | 55eba38d41a8ae2d46a37bb957443b72b1501654 (patch) | |
tree | c3a2909d09481b33d69c3fe69ccacfebee88fc4f /.gitmodules | |
parent | 779a24929850719356acbff31d1acdfebe565dde (diff) |
Add submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c1579e8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "astropy"] + path = astropy + url = https://github.com/astropy/astropy.git |