Skip to content
Snippets Groups Projects
Commit 7fa5bbea authored by John Chilton's avatar John Chilton
Browse files

Update in setup.py to name it pulsar-app.

Couldn't get pulsar on PyPI.
parent 5d8cda62
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ with open('pulsar/__init__.py', 'rb') as f: ...@@ -29,7 +29,7 @@ with open('pulsar/__init__.py', 'rb') as f:
f.read().decode('utf-8')).group(1))) f.read().decode('utf-8')).group(1)))
setup( setup(
name='pulsar', name='pulsar-app',
version=version, version=version,
description='Distributed job execution application built for Galaxy (http://galaxyproject.org/).', description='Distributed job execution application built for Galaxy (http://galaxyproject.org/).',
long_description=readme + '\n\n' + history, long_description=readme + '\n\n' + history,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment