You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renames plugin to pythonanywhere-briefcase-plugin.
Original name was based on
beeware/briefcase#2678 discussion, but
subsequent conversation made it clear that it would be better to clearly
distinguish that package as third party one.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# briefcase-pythonanywhere
1
+
# pythonanywhere-briefcase-plugin
2
2
3
3
A [Briefcase](https://briefcase.readthedocs.io/) publication channel plugin for deploying static web apps to [PythonAnywhere](https://www.pythonanywhere.com/).
4
4
@@ -15,7 +15,7 @@ A [Briefcase](https://briefcase.readthedocs.io/) publication channel plugin for
15
15
## Installation
16
16
17
17
```console
18
-
$ pip install briefcase-pythonanywhere
18
+
$ pip install pythonanywhere-briefcase-plugin
19
19
```
20
20
21
21
## Quick start
@@ -51,8 +51,8 @@ Full documentation is available at [https://briefcase.pythonanywhere.com/](https
51
51
Development requires [uv](https://docs.astral.sh/uv/getting-started/installation/).
If `briefcase-pythonanywhere` is the only publication channel installed, it will be selected automatically. If you have multiple channels installed, specify the channel explicitly:
48
+
If `pythonanywhere-briefcase-plugin` is the only publication channel installed, it will be selected automatically. If you have multiple channels installed, specify the channel explicitly:
49
49
50
50
```console
51
51
(venv) $ briefcase publish web static --channel pythonanywhere
@@ -98,8 +98,8 @@ Development requires [uv](https://docs.astral.sh/uv/getting-started/installation
98
98
Clone the repository and install the development dependencies:
0 commit comments