Skip to content

Commit 3fc575f

Browse files
committed
also take easystacks subdir into account in setup.py
1 parent 7fe24b6 commit 3fc575f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def find_rel_test():
5757
current = os.getcwd()
5858
os.chdir(basedir)
5959
res = []
60-
for subdir in ["sandbox", "easyconfigs", "modules"]:
60+
for subdir in ["easyconfigs", "easystacks", "modules", "sandbox"]:
6161
res.extend([os.path.join(root, filename)
6262
for root, dirnames, filenames in os.walk(subdir)
6363
for filename in filenames if os.path.isfile(os.path.join(root, filename))])

0 commit comments

Comments
 (0)