diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45553a0..0949802 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,8 +32,7 @@ uv --directory documentation/user_doc run mkdocs build --clean --site-dir ../../ The creation of a tag will automatically publish a release on Github. Ensure the tag is named with the version number: ``` -VERSION=$(uv version --short) && echo $VERSION +VERSION=v$(uv version --short) && echo $VERSION git tag -s $VERSION -m "Release $VERSION" git push --tags ``` - diff --git a/pyproject.toml b/pyproject.toml index df64d72..befdd8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docx-generator" -version = "0.9.0" +version = "0.9.1" description = "Tool to generate docx report from docx template and json data" readme = "README.md" authors = [ @@ -15,7 +15,6 @@ dependencies = [ "mistletoe==0.7.2", "python-docx==1.1.2", "requests~=2.31.0", - "setuptools==65.5.1", ] [project.urls] diff --git a/uv.lock b/uv.lock index 6217104..18fc370 100644 --- a/uv.lock +++ b/uv.lock @@ -95,7 +95,7 @@ wheels = [ [[package]] name = "docx-generator" -version = "0.9.0" +version = "0.9.1" source = { editable = "." } dependencies = [ { name = "docxcompose" }, @@ -105,7 +105,6 @@ dependencies = [ { name = "mistletoe" }, { name = "python-docx" }, { name = "requests" }, - { name = "setuptools" }, ] [package.dev-dependencies] @@ -123,7 +122,6 @@ requires-dist = [ { name = "mistletoe", specifier = "==0.7.2" }, { name = "python-docx", specifier = "==1.1.2" }, { name = "requests", specifier = "~=2.31.0" }, - { name = "setuptools", specifier = "==65.5.1" }, ] [package.metadata.requires-dev]