Skip to content

Commit

Permalink
Seeing if setup can run without distutils...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory Barnes committed Sep 6, 2024
1 parent 545aca1 commit f234384
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ class Develop(develop):
"""Custom develop command that clears build cache before install."""

def run(self):
c = clean(self.distribution)
c.all = True
c.finalize_options()
c.run()
# c = clean(self.distribution)
# c.all = True
# c.finalize_options()
# c.run()
develop.run(self)


Expand Down

0 comments on commit f234384

Please sign in to comment.