Skip to content

Commit

Permalink
Merge branch 'smooth-piff' of https://github.com/des-science/eastlake
Browse files Browse the repository at this point in the history
…into smooth-piff
  • Loading branch information
beckermr committed Jul 16, 2024
2 parents 39bb634 + 7dc893a commit bd7d9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def run(self):

# unpack and patch Piff
for fname in os.listdir("piff_package"):
if fname not in ["Piff-1.3.3.tar.gz", "apodize.patch", "README.md"]:
if fname not in ["Piff-1.3.3.tar.gz", "apodize.patch", "README.md", "LICENSE"]:
subprocess.run(
["rm", "-rf", fname],
check=True,
Expand Down

0 comments on commit bd7d9ce

Please sign in to comment.