Skip to content

Commit

Permalink
submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
j-luo93 committed Jul 14, 2019
1 parent cba62c4 commit e3418d8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "arglib"]
path = arglib
url = /scratch/j_luo/arglib/
[submodule "dev_misc"]
path = dev_misc
url = /scratch/j_luo/dev_misc/
1 change: 1 addition & 0 deletions arglib
Submodule arglib added at 91b41f
1 change: 1 addition & 0 deletions dev_misc
Submodule dev_misc added at 92c05b
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@
version='0.1',
packages=find_packages(),
)

setup(
name='dev_misc',
version='0.1',
packages=find_packages())

setup(
name='arglib',
version='0.0',
packages=find_packages(),
)

0 comments on commit e3418d8

Please sign in to comment.