Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot committed Jul 9, 2021
1 parent b83ec27 commit a1f7506
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 @@ -30,7 +30,7 @@
setup_args = dict(
name="remote-slurm-spawner",
scripts=glob(pjoin("scripts", "*")),
packages=["emote-slurm-spawner"],
packages=["batchspawner"],
version=version_ns["__version__"],
description="""emote-slurm-spawner: A spawner for Jupyterhub to spawn notebooks using slurm on remote machine.""",
long_description=long_desc,
Expand Down

0 comments on commit a1f7506

Please sign in to comment.