Skip to content
Snippets Groups Projects
Commit 806c6cfc authored by Jannis Konrad's avatar Jannis Konrad
Browse files

change to structure in MANIFEST.in and setup.py

parent 5a50fdc6
No related branches found
No related tags found
No related merge requests found
recursive-include tinydtls *.h LICENSE ABOUT.md configure.ac CONTRIBUTING.md README Makefile.in doc/Doxyfile.in
include dtls.pyx LICENSE
recursive-include DTLSSocket/tinydtls *.h LICENSE ABOUT.md configure.ac CONTRIBUTING.md README Makefile.in doc/Doxyfile.in
include DTLSSocket/dtls.pyx LICENSE
......@@ -41,7 +41,7 @@ setup(
author = "Jannis Konrad",
author_email= "Jannis.Konrad@h-brs.de",
url = "https://git.fslab.de/jkonra2m/tinydtls-cython",
py_modules = [ "DTLSSocket", ],
py_modules = [ "DTLSSocket.DTLSSocket"],
cmdclass = {"build_ext": prepare_tinydtls},
ext_modules = cy_build,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment