From 0a4c0908998e1fb2dee1ab896e689c8535e679a0 Mon Sep 17 00:00:00 2001
From: Jannis Konrad <kabel42@gmail.com>
Date: Tue, 25 Apr 2017 20:04:51 +0200
Subject: [PATCH] README, add to setup.py

---
 README.md | 1 +
 setup.py  | 4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6f0d206
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+This is a cython wrapper for tinydtls, for more info see https://projects.eclipse.org/projects/iot.tinydtls
diff --git a/setup.py b/setup.py
index 7ed1aee..499f134 100644
--- a/setup.py
+++ b/setup.py
@@ -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,
-- 
GitLab