Skip to content

Commit 49b7e1c

Browse files
committed
update
1 parent 8352b3a commit 49b7e1c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ pytest test/
3333

3434
### Build & Publish
3535
```shell
36+
python -m pip install --upgrade pip build twine
3637
python -m build
3738
twine upload dist/*
3839
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
[project.urls]
2222
Homepage = "https://puremvc.org"
2323
Source = "https://github.com/PureMVC/puremvc-python-multicore-framework"
24-
Documentation = "https://puremvc.org/pages/docs/Python/multicore"
24+
Documentation = "https://puremvc.org/puremvc-python-multicore-framework/"
2525

2626
[tool.mypy]
2727
python_version = "3.9"

0 commit comments

Comments
 (0)