diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-01-21 07:14:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 07:14:35 -0500 |
commit | fb3c457bc08cb62582ff55e63b746be3adb3c0c9 (patch) | |
tree | 8f0c58032b988381984632d4da28ba3d27217da2 /pysiaf | |
parent | 0a2b0de38359f35926419cebacd58829927d26e1 (diff) | |
download | astroconda-contrib-fb3c457bc08cb62582ff55e63b746be3adb3c0c9.tar.gz |
pysiaf: stop building as egg (#690)
Diffstat (limited to 'pysiaf')
-rw-r--r-- | pysiaf/bld.bat | 3 | ||||
-rw-r--r-- | pysiaf/build.sh | 3 | ||||
-rw-r--r-- | pysiaf/meta.yaml | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/pysiaf/bld.bat b/pysiaf/bld.bat index 760380e..6d5f099 100644 --- a/pysiaf/bld.bat +++ b/pysiaf/bld.bat @@ -1,2 +1 @@ - -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt diff --git a/pysiaf/build.sh b/pysiaf/build.sh index 56f0b30..b699425 100644 --- a/pysiaf/build.sh +++ b/pysiaf/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install
\ No newline at end of file +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index 58a99d7..51d9edf 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -33,6 +33,7 @@ requirements: - numpydoc - requests >=2.21.0 - PyQt >=5.0.0 + - et_xmlfile run: - astropy >=1.2 |