Skip to content

Commit 07c9990

Browse files
committed
Enable poetry non-package mode
1 parent ab1948d commit 07c9990

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ node_modules: package-lock.json
878878
@touch node_modules
879879

880880
.venv: poetry.lock
881-
poetry install --no-root
881+
poetry install
882882
@touch .venv
883883

884884
.PHONY: update
@@ -895,7 +895,7 @@ update-js: node-check | node_modules
895895
update-py: node-check | node_modules
896896
npx updates -u -f pyproject.toml
897897
rm -rf .venv poetry.lock
898-
poetry install --no-root
898+
poetry install
899899
@touch .venv
900900

901901
.PHONY: fomantic

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "gitea"
33
version = "0.0.0"
44
description = ""
55
authors = []
6+
package-mode = false
67

78
[tool.poetry.dependencies]
89
python = "^3.10"

0 commit comments

Comments
 (0)