From 76479e9860ee7875b46de1ab47c5062179cffdc4 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 17 Mar 2015 09:00:11 +0100 Subject: Add TANGO server --- tango/setup.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tango/setup.py (limited to 'tango/setup.py') diff --git a/tango/setup.py b/tango/setup.py new file mode 100644 index 0000000..8b12153 --- /dev/null +++ b/tango/setup.py @@ -0,0 +1,14 @@ +from setuptools import setup + +setup( + name='tangouca', # jeez + version='0.0.1', + author='Matthias Vogelgesang', + author_email='matthias.vogelgesang@kit.edu', + url='http://ufo.kit.edu', + license='(?)', + description='TANGO server for libuca', + long_description='TANGO server for libuca', + scripts=['Uca'], + install_requires=['PyTango'] +) -- cgit v1.2.3