From 05a2144b07f1d76933702f4ad1c36594eb9afba0 Mon Sep 17 00:00:00 2001
From: Simon Humpohl <simon.humpohl@rwth-aachen.de>
Date: Thu, 18 Jan 2018 12:23:48 +0100
Subject: [PATCH] Update contact information.

---
 setup.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/setup.py b/setup.py
index c4df2f3..75553cd 100644
--- a/setup.py
+++ b/setup.py
@@ -23,10 +23,10 @@ setup(
     version=get_version(),
     packages=['pytabor', 'teawg'],
     package_dir={'pytabor': 'pytabor', 'teawg': 'teawg'},
-    url='',
-    license='',
-    author='Tabor electronics',
-    author_email='',
-    description='',
+    url='http://www.taborelec.com',
+    license='GPL',
+    author='2016 Tabor-Electronics Ltd.',
+    author_email='http://www.taborelec.com/',
+    description='Packaged version of the python driver for Tabor Electronics AWGs. Packaged by Simon Humpohl <simon.humpohl@rwth-aachen.de>',
     install_requires=['numpy', 'pyvisa']
 )
-- 
GitLab