Skip to content

Commit 193f765

Browse files
committed
Fix: submodule url => https
1 parent a8f5cc4 commit 193f765

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "make"]
22
path = make
3-
url = git@github.com:pylover/python-makelib.git
3+
url = https://github.com/pylover/python-makelib.git

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author_email='[email protected]',
2323
packages=find_namespace_packages(
2424
where='.',
25-
include=['yhttp'],
25+
include=['yhttp.dev'],
2626
exclude=['tests'],
2727
)
2828
)

0 commit comments

Comments
 (0)