Skip to content
Snippets Groups Projects
Commit 5e91ba64 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Remove secondary setup.py for cal_tools

parent 2ae72647
No related branches found
No related tags found
1 merge request!338Remove secondary setup.py for cal_tools
from setuptools import setup
setup(
name='calTools',
version='0.1',
packages=['cal_tools',],
url='',
license='(c) European XFEL GmbH',
author='Steffen Hauf',
author_email='steffen.hauf@xfel.eu',
description=''
)
...@@ -35,5 +35,4 @@ sharedmem == 0.3.7 ...@@ -35,5 +35,4 @@ sharedmem == 0.3.7
sphinx == 1.4.5 sphinx == 1.4.5
tabulate == 0.8.6 tabulate == 0.8.6
unittest-xml-reporting == 3.0.2 unittest-xml-reporting == 3.0.2
./cal_tools
. .
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