diff --git a/iexcode b/iexcode index fd11813da25cbb8967e2103687c1e8bd722bb6af..69f0e08182ab4fe68d45640f8f56708a62f422b3 160000 --- a/iexcode +++ b/iexcode @@ -1 +1 @@ -Subproject commit fd11813da25cbb8967e2103687c1e8bd722bb6af +Subproject commit 69f0e08182ab4fe68d45640f8f56708a62f422b3 diff --git a/requirements.txt b/requirements.txt index 73c69168c882a9d039228c83caa18dfe5c55cffc..be87f7a301e658d825b7f87f69be9920e3bf3ae5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ scipy h5py netCDF4 -epics -optparse + + diff --git a/setup.py b/setup.py index 6db80d866e9f67934eb3a92c191e24774a4cb184..aa9e5e58aec60526ea8e6bb2f2998d4fe81b14af 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open('requirements.txt') as reqs: install_requires.append(req) setup( - name='IEX_beamline', + name='iexcode', description='python scripts to run 29id of the APS', url='https://github.com/xxx', maintainer='Jessica McChesney',