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 c6fc8f4 commit afbbc0dCopy full SHA for afbbc0d
1 file changed
README.md
@@ -1 +1,9 @@
1
-# pre-commit-localization-hooks
+## To create a package:
2
+1. activate poetry shell
3
+2. delete files pyproject.toml and poetry.lock
4
+3. commit
5
+4. agg new tag & commit tag
6
+5. `python setup.py build`
7
+6. `python setup.py sdist` (создаст файл pre_commit_localization_hooks-0.0.0.tar.gz)
8
+7. `python setup.py bdist_wheel` (создаст файл pre_commit_localization_hooks-0.0.0-py3-none-any.whl)
9
+
0 commit comments