diff --git a/.gitignore b/.gitignore index 1e87114..a936517 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ __pycache__ -/src/socketify/uWebSockets /src/socketify.egg-info /build /dist diff --git a/.gitmodules b/.gitmodules index 7eb849d..01aee11 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ -[submodule "uWebSockets"] +[submodule "src/socketify/uWebSockets"] path = src/socketify/uWebSockets url = https://github.com/cirospaciari/uWebSockets branch = capi-complete-with-ssl-and-samples \ No newline at end of file diff --git a/src/socketify/uWebSockets b/src/socketify/uWebSockets new file mode 160000 index 0000000..fd78f29 --- /dev/null +++ b/src/socketify/uWebSockets @@ -0,0 +1 @@ +Subproject commit fd78f2960ac3c8ac529a11f115ba824db7e60c09