From d7c7865b9dbb68abaf964c15ede0f1195bccbbab Mon Sep 17 00:00:00 2001 From: jmcchesn <jmcchesn@aps.anl.gov> Date: Tue, 31 May 2022 13:23:42 -0500 Subject: [PATCH] refactoring --- iexcode | 2 +- requirements.txt | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iexcode b/iexcode index fd11813..69f0e08 160000 --- a/iexcode +++ b/iexcode @@ -1 +1 @@ -Subproject commit fd11813da25cbb8967e2103687c1e8bd722bb6af +Subproject commit 69f0e08182ab4fe68d45640f8f56708a62f422b3 diff --git a/requirements.txt b/requirements.txt index 73c6916..be87f7a 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 6db80d8..aa9e5e5 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', -- GitLab