Skip to content

Commit 34a0e0e

Browse files
Use briefcase 0.4.0 from PyPI and bump version to 0.0.1.
1 parent c32af05 commit 34a0e0e

File tree

5 files changed

+15
-22
lines changed

5 files changed

+15
-22
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
A [Briefcase](https://briefcase.readthedocs.io/) publication channel plugin for deploying static web apps to [PythonAnywhere](https://www.pythonanywhere.com/).
44

5-
> **Note:** This package depends on the publication channels feature in Briefcase, which has not been included in a release yet. Until it is released, install Briefcase from main:
6-
> ```
7-
> pip install git+https://github.com/beeware/briefcase@main
8-
> ```
9-
105
## Prerequisites
116

127
* A PythonAnywhere account

docs/index.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
A [Briefcase](https://briefcase.readthedocs.io/) publication channel plugin that deploys static web apps to [PythonAnywhere](https://www.pythonanywhere.com/).
44

5-
/// warning
6-
This package depends on the publication channels feature in Briefcase, which has not been included in a release yet. Until it is released, install Briefcase from main:
7-
8-
```
9-
pip install git+https://github.com/beeware/briefcase@main
10-
```
11-
///
12-
135
There is a [tutorial](tutorial.md) that builds on top of the [BeeWare Tutorial](https://tutorial.beeware.org/) and walks you through deploying your first app to PythonAnywhere.
146

157
## Prerequisites

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pythonanywhere-briefcase-plugin"
3-
version = "0.0.1a4"
3+
version = "0.0.1"
44
description = "A Briefcase publication channel plugin for deploying static web apps to PythonAnywhere."
55
requires-python = ">= 3.10"
66
readme = "README.md"
@@ -23,6 +23,7 @@ classifiers = [
2323
"Topic :: Software Development",
2424
]
2525
dependencies = [
26+
"briefcase >= 0.4.0",
2627
"pythonanywhere-core >= 0.3.0",
2728
]
2829

@@ -43,7 +44,6 @@ test = [
4344
]
4445
dev = [
4546
{include-group = "test"},
46-
"briefcase @ git+https://github.com/beeware/briefcase@fca2cab707794f169b61fe2641d31af262bc5566",
4747
"ruff >= 0.11",
4848
]
4949

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from pythonanywhere_briefcase_plugin.channel import PythonAnywherePublicationChannel
22

3-
__version__ = "0.0.1a4"
3+
__version__ = "0.0.1"
44
__all__ = ["PythonAnywherePublicationChannel"]

uv.lock

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)