Skip to content

Commit

Permalink
external: add initial submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Oct 24, 2021
1 parent 4be1807 commit dea3859
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[submodule "external/build"]
path = external/build
url = https://github.com/pypa/build.git
[submodule "external/installer"]
path = external/installer
url = https://github.com/FFY00/installer.git
[submodule "external/setuptools"]
path = external/setuptools
url = https://github.com/pypa/setuptools.git
[submodule "external/flit"]
path = external/flit
url = https://github.com/takluyver/flit.git
[submodule "external/wheel"]
path = external/wheel
url = https://github.com/pypa/wheel.git
[submodule "external/pep517"]
path = external/pep517
url = https://github.com/pypa/pep517.git
[submodule "external/tomli"]
path = external/tomli
url = https://github.com/hukkin/tomli.git
1 change: 1 addition & 0 deletions external/build
Submodule build added at 0fffa1
1 change: 1 addition & 0 deletions external/flit
Submodule flit added at 8b601d
1 change: 1 addition & 0 deletions external/installer
Submodule installer added at a87106
1 change: 1 addition & 0 deletions external/pep517
Submodule pep517 added at c4848b
1 change: 1 addition & 0 deletions external/setuptools
Submodule setuptools added at 4bce6d
1 change: 1 addition & 0 deletions external/tomli
Submodule tomli added at 9d416d
1 change: 1 addition & 0 deletions external/wheel
Submodule wheel added at b8c4aa

0 comments on commit dea3859

Please sign in to comment.