Skip to content

Commit e296087

Browse files
committed
REVERT delete poetry files
1 parent ed5bf0c commit e296087

3 files changed

Lines changed: 178 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
1. activate poetry shell
33
2. delete files pyproject.toml and poetry.lock
44
3. commit
5-
4. agg new tag & commit tag
5+
4. create new tag & commit tag
66
5. `python setup.py build`
77
6. `python setup.py sdist` (создаст файл pre_commit_localization_hooks-0.0.0.tar.gz)
88
7. `python setup.py bdist_wheel` (создаст файл pre_commit_localization_hooks-0.0.0-py3-none-any.whl)

poetry.lock

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

pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[tool.poetry]
2+
name = "pre-commit-localization-hooks"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["Daria Baranova <darya.baranova@softhub.by>"]
6+
readme = "README.md"
7+
8+
[tool.poetry.dependencies]
9+
python = ">=3.11.0"
10+
babel = "2.12.1"
11+
pytest = "7.3.1"
12+
faker = "18.9.0"
13+
setuptools = "^73.0.1"
14+
wheel = "^0.44.0"
15+
16+
[tool.poetry.group.dev.dependencies]
17+
babel = "2.12.1"
18+
pytest = "7.3.1"
19+
faker = "18.9.0"
20+
21+
[build-system]
22+
requires = ["poetry-core"]
23+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)