Skip to content

Commit 4dd089d

Browse files
Release that PyPI may accept. (read the friendly manul edition)
1 parent 9a33d01 commit 4dd089d

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
510
## Prerequisites
611
712
* A PythonAnywhere account

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
7+
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:
8+
9+
```
10+
pip install git+https://github.com/beeware/briefcase@main
11+
```
12+
513
## Prerequisites
614

715
* A PythonAnywhere account

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "briefcase-pythonanywhere"
33
version = "0.0.1a1"
44
description = "A Briefcase publication channel plugin for deploying static web apps to PythonAnywhere."
55
requires-python = ">= 3.10"
6+
readme = "README.md"
67
license = "MIT"
78
license-files = ["LICENSE"]
89
authors = [
@@ -22,7 +23,6 @@ classifiers = [
2223
"Topic :: Software Development",
2324
]
2425
dependencies = [
25-
"briefcase @ git+https://github.com/beeware/briefcase@fca2cab707794f169b61fe2641d31af262bc5566",
2626
"pythonanywhere-core >= 0.3.0",
2727
]
2828

@@ -39,6 +39,7 @@ test = [
3939
]
4040
dev = [
4141
{include-group = "test"},
42+
"briefcase @ git+https://github.com/beeware/briefcase@fca2cab707794f169b61fe2641d31af262bc5566",
4243
"ruff >= 0.11",
4344
]
4445

uv.lock

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

0 commit comments

Comments
 (0)