Skip to content

Commit 41cf2b3

Browse files
authored
Merge pull request #6 from dfir-iris/fixed_documentation_to_release_version
Removed dependency to setuptools
2 parents 3397ad8 + dad9670 commit 41cf2b3

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ uv --directory documentation/user_doc run mkdocs build --clean --site-dir ../../
3232

3333
The creation of a tag will automatically publish a release on Github. Ensure the tag is named with the version number:
3434
```
35-
VERSION=$(uv version --short) && echo $VERSION
35+
VERSION=v$(uv version --short) && echo $VERSION
3636
git tag -s $VERSION -m "Release $VERSION"
3737
git push --tags
3838
```
39-

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "docx-generator"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "Tool to generate docx report from docx template and json data"
55
readme = "README.md"
66
authors = [
@@ -15,7 +15,6 @@ dependencies = [
1515
"mistletoe==0.7.2",
1616
"python-docx==1.1.2",
1717
"requests~=2.31.0",
18-
"setuptools==65.5.1",
1918
]
2019

2120
[project.urls]

uv.lock

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)