Skip to content

Commit

Permalink
merge from devel
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed Apr 18, 2024
2 parents fa46f47 + 503f3f8 commit a348908
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,8 @@ def run(self):

# ------------------------------------------------------------------------------
# clean temporary files from source tree
# os.system('rm -vrf src/%s.egg-info' % name)
# os.system('rm -vf %s/VERSION' % path)
# os.system('rm -vf %s/SDIST' % path)
os.system('rm -vrf src/%s.egg-info' % name)
os.system('rm -vf %s/VERSION' % path)


# ------------------------------------------------------------------------------
Expand Down

0 comments on commit a348908

Please sign in to comment.