Skip to content

Commit

Permalink
Change PyPI package name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaeger committed Jan 13, 2023
1 parent d6d29c2 commit e1fb2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion designer/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
)
)
)
__packagename__ = 'PyDesigner'
__packagename__ = 'PyDesigner-DWI'
__version__='v1.0.0'
__author__ = 'PyDesigner developers'
__copyright__ = 'Copyright 2023, PyDesigner developers, MUSC Advanced Image Analysis (MAMA)'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation/pydesigner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PyDesigner can be installed using the PyPI package manager using the command

.. code-block:: console
$ pip install pydesigner
$ pip install PyDesigner-DWI
**Note**:
Remember to switch to your conda environement before parsing this
Expand Down

0 comments on commit e1fb2e1

Please sign in to comment.