From 6bd6548ba53f3e71cfdaf963cc0b2bcafae67b7c Mon Sep 17 00:00:00 2001 From: Kyle Westfall Date: Wed, 7 Feb 2024 07:50:00 -0800 Subject: [PATCH] chmod and fixed MANIFEST --- MANIFEST.in | 2 +- {pypeit => deprecated}/aroutput.yml | 0 pypeit/archive.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {pypeit => deprecated}/aroutput.yml (100%) mode change 100755 => 100644 pypeit/archive.py diff --git a/MANIFEST.in b/MANIFEST.in index 019c6268bc..f7b4bd542a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -15,7 +15,7 @@ recursive-include scripts * prune build prune docs/_build prune docs/api -prune pypeit/deprecated +prune deprecated global-exclude *.pyc *.o *.so *.DS_Store diff --git a/pypeit/aroutput.yml b/deprecated/aroutput.yml similarity index 100% rename from pypeit/aroutput.yml rename to deprecated/aroutput.yml diff --git a/pypeit/archive.py b/pypeit/archive.py old mode 100755 new mode 100644