Skip to content

Commit 8ddf5e8

Browse files
committed
rename project amypad => amypet
- fixes #14
1 parent 1ed2084 commit 8ddf5e8

24 files changed

+27
-27
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
9696
with:
97-
name: amypad ${{ steps.meta.outputs.tag }} alpha
97+
name: amypet ${{ steps.meta.outputs.tag }} alpha
9898
body_path: _CHANGES.md
9999
draft: true
100100
files: |

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__pycache__/
33

44
# build
5-
/amypad/_dist_ver.py
5+
/amypet/_dist_ver.py
66
/build/
77
/dist/
88
/*.egg*/

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
|Logo|
22

3-
AMYPAD
3+
AMYPET
44
======
55

66
Amyloid imaging to prevent Alzheimer's Disease.
@@ -13,17 +13,17 @@ Choose one of the following:
1313

1414
.. code:: sh
1515
16-
pip install amypad # command line interface (CLI) version
17-
pip install amypad[gui] # CLI and graphical user interface (GUI) version
16+
pip install amypet # command line interface (CLI) version
17+
pip install amypet[gui] # CLI and graphical user interface (GUI) version
1818
1919
2020
Usage
2121
-----
2222

2323
.. code:: sh
2424
25-
amypad --help # CLI version
26-
amypad.gui # GUI version
25+
amypet --help # CLI version
26+
amypet.gui # GUI version
2727
2828
2929
.. |Logo| image:: https://amypad.eu/wp-content/themes/AMYPAD/images/AMYPAD_Logo.jpg

amypad/__init__.py renamed to amypet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__version__ = "UNKNOWN"
1515

1616
try:
17-
__licence__ = get_distribution("amypad").get_metadata("LICENCE.md")
17+
__licence__ = get_distribution("amypet").get_metadata("LICENCE.md")
1818
except (DistributionNotFound, FileNotFoundError):
1919
try:
2020
__licence__ = (Path(__file__).parent.parent / "LICENCE.md").read_text()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)