Skip to content

Commit

Permalink
try #2
Browse files Browse the repository at this point in the history
  • Loading branch information
palto42 committed Oct 1, 2022
1 parent ff751f5 commit cfb7bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -12,7 +12,7 @@

multiprocessing

PACKAGE = "ndscheduler-fork"
PACKAGE = "ndscheduler"
__version__ = None

exec(open(os.path.join("ndscheduler", "version.py")).read()) # set __version__
Expand All @@ -29,7 +29,7 @@ def maybe_rm(path):
if os.path.exists(path):
shutil.rmtree(path)

maybe_rm("ndscheduler-fork.egg-info")
maybe_rm("ndscheduler.egg-info")
maybe_rm("build")
maybe_rm(".venv")
maybe_rm("dist")
Expand Down

0 comments on commit cfb7bae

Please sign in to comment.