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

README, add to setup.py

parent 92b0cd49
No related branches found
No related tags found
No related merge requests found
This is a cython wrapper for tinydtls, for more info see https://projects.eclipse.org/projects/iot.tinydtls
......@@ -34,7 +34,11 @@ cy_build = cythonize([
setup(
name="DTLSSocket",
version='0.1',
description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
author = "Jannis Konrad",
author_email= "Jannis.Konrad@h-brs.de",
url = "https://git.fslab.de/jkonra2m/tinydtls-cython"
py_modules = [ "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