Skip to content

Commit

Permalink
Update setup.py with shorter description and new URL (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin authored and guillaumeeb committed Oct 11, 2019
1 parent 1b2d098 commit 90a5bf0
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 @@ -18,9 +18,8 @@
name="dask-jobqueue",
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description="Easy deployment of Dask Distributed on job queuing systems "
"such as PBS, Slurm, or SGE.*",
url="https://github.com/dask/dask-jobqueue",
description="Deploy Dask on job queuing systems like PBS, Slurm, SGE or LSF",
url="https://jobqueue.dask.org",
python_requires=">=3.5",
license="BSD 3-Clause",
packages=["dask_jobqueue"],
Expand Down

0 comments on commit 90a5bf0

Please sign in to comment.