Skip to content

Commit ce01e7a

Browse files
authored
chore: release of 0.8.1 (#93)
* feat: proper package mode to false (#92) Co-authored-by: Loïc Motheu <66940960+loicatNGT@users.noreply.github.com> * chore: bumping version --------- Co-authored-by: Loïc Motheu <66940960+loicatNGT@users.noreply.github.com>
2 parents a38ab3d + 4488732 commit ce01e7a

3 files changed

Lines changed: 4 additions & 27 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
[project]
22
name = "python-template"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Used to templatize python projects."
55
authors = [{ name = "Loïc Motheu", email = "lmotheu@gmail.com" }]
66
readme = "README.md"
77
requires-python = ">=3.13,<4.0"
8-
package-mode = false
98
dependencies = [
109
"loguru (>=0.7.3,<0.8.0)"
1110
]
1211

12+
[tool.poetry]
13+
package-mode = false
14+
1315
[tool.poetry.group.dev.dependencies]
1416
mypy = "^1.15.0"
1517
pre-commit = "^4.2.0"

src/python_template/main.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)