We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f5cc4 commit 193f765Copy full SHA for 193f765
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "make"]
2
path = make
3
- url = git@github.com:pylover/python-makelib.git
+ url = https://github.com/pylover/python-makelib.git
setup.py
@@ -22,7 +22,7 @@
22
author_email='[email protected]',
23
packages=find_namespace_packages(
24
where='.',
25
- include=['yhttp'],
+ include=['yhttp.dev'],
26
exclude=['tests'],
27
)
28
0 commit comments