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 2e3e2d0 commit 77c7c9aCopy full SHA for 77c7c9a
README.md
@@ -15,7 +15,7 @@ pip install PureMVC
15
Development: pip install -e .
16
Testing: pytest test/
17
Build: python -m build
18
-Publish: python3 -m twine upload dist/*
+Publish: twine upload dist/*
19
20
Documentation: Generate
21
mkdir docs && cd docs && sphinx-quickstart --sep -p PureMVC -a "Saad Shams" -v "2.0.0" -r "BSD 3-Clause License" -l "en"
0 commit comments