Skip to content

Commit

Permalink
Set poetry package-mode = false and some related clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
denys-chura committed Oct 8, 2024
1 parent 39219a5 commit 86e7917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_slug }}/api/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.ONESHELL:

install:
poetry install --with dev --no-root
poetry install --with dev

lock:
poetry lock
Expand Down
9 changes: 1 addition & 8 deletions {{ cookiecutter.project_slug }}/api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
[build-system]
requires = ["poetry-core", "setuptools", "pip"]

[tool.poetry]
name = "{{ cookiecutter.project_name }}"
version = "0.1.0"
description = ""
authors = []
packages = [{include = "{{ cookiecutter.project_slug }}"}]
package-mode = false

[tool.poetry.dependencies]
python = "^{{ cookiecutter.python_version.lower() }}"
Expand Down

0 comments on commit 86e7917

Please sign in to comment.