Skip to content

Commit 5f0db89

Browse files
author
Alan Christie
committed
Package renamed (im-data-manager-job-decoder)
1 parent 05310ef commit 5f0db89

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Informatics Matters Data Manager Job Decoder
22
============================================
33

4-
.. image:: https://badge.fury.io/py/im-dm-job-decoder.svg
5-
:target: https://badge.fury.io/py/im-dm-job-decoder
4+
.. image:: https://badge.fury.io/py/im-data-manager-job-decoder.svg
5+
:target: https://badge.fury.io/py/im-data-manager-job-decoder
66
:alt: PyPI package (latest)
77

88
Installation (Python)
@@ -11,9 +11,9 @@ Installation (Python)
1111
The Job decoder is published on `PyPI`_ and can be installed from
1212
there::
1313

14-
pip install im-dm-job-decoder
14+
pip install im-data-manager-job-decoder
1515

16-
.. _PyPI: https://pypi.org/project/im-dm-job-decoder
16+
.. _PyPI: https://pypi.org/project/im-data-manager-job-decoder
1717

1818
Get in touch
1919
============

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_long_description():
2020

2121
setup(
2222

23-
name='im-dm-job-decoder',
23+
name='im-data-manager-job-decoder',
2424
version=os.environ.get('GITHUB_REF_SLUG', '1.0.0'),
2525
author='Alan Christie',
2626
author_email='[email protected]',

0 commit comments

Comments
 (0)