We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8352b3a commit 49b7e1cCopy full SHA for 49b7e1c
README.md
@@ -33,6 +33,7 @@ pytest test/
33
34
### Build & Publish
35
```shell
36
+python -m pip install --upgrade pip build twine
37
python -m build
38
twine upload dist/*
39
```
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
[project.urls]
22
Homepage = "https://puremvc.org"
23
Source = "https://github.com/PureMVC/puremvc-python-multicore-framework"
24
-Documentation = "https://puremvc.org/pages/docs/Python/multicore"
+Documentation = "https://puremvc.org/puremvc-python-multicore-framework/"
25
26
[tool.mypy]
27
python_version = "3.9"
0 commit comments