File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Informatics Matters Data Manager Job Decoder
2
2
============================================
3
3
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
6
6
:alt: PyPI package (latest)
7
7
8
8
Installation (Python)
@@ -11,9 +11,9 @@ Installation (Python)
11
11
The Job decoder is published on `PyPI `_ and can be installed from
12
12
there::
13
13
14
- pip install im-dm -job-decoder
14
+ pip install im-data-manager -job-decoder
15
15
16
- .. _PyPI : https://pypi.org/project/im-dm -job-decoder
16
+ .. _PyPI : https://pypi.org/project/im-data-manager -job-decoder
17
17
18
18
Get in touch
19
19
============
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def get_long_description():
20
20
21
21
setup (
22
22
23
- name = 'im-dm -job-decoder' ,
23
+ name = 'im-data-manager -job-decoder' ,
24
24
version = os .environ .get ('GITHUB_REF_SLUG' , '1.0.0' ),
25
25
author = 'Alan Christie' ,
26
26
You can’t perform that action at this time.
0 commit comments