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

update README with Repo URLs and rename to README.md

parent 06375b59
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,6 @@ All other calls are passt to the underlying socket.
For more info of tinydtls see https://projects.eclipse.org/projects/iot.tinydtls
This Code was created at the [Multimedia Communication Laboratory](http://mc-lab.de) of the [Bonn-Rhein-Sieg University of Applied Sciences](http://h-brs.de)
The Repo is hostet in our [GitLab](https://git.fslab.de/jkonra2m/tinydtls-cython)
There is now also a mirror on [GitHub](https://github.com/kabel42/DTLSSocket)
......@@ -21,10 +21,15 @@ class prepare_tinydtls(build_ext):
run_command(command)
build_ext.run(self)
with open("README.md", "r") as fh:
long_description = fh.read()
setup(
name="DTLSSocket",
version='0.1.10',
description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
long_description=long_description,
long_description_content_type="text/markdown",
author = "Jannis Konrad",
author_email= "Jannis.Konrad@h-brs.de",
url = "https://git.fslab.de/jkonra2m/tinydtls-cython",
......
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