diff --git a/setup.py b/setup.py
index c4df2f3e0df0a0a55ac8363f7c4ebc802077c446..75553cdab70cf3022f8fe6baac5f28149dd641f9 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']
 )