Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JibrilExe committed May 3, 2024
1 parent 3a74fe7 commit a352827
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[tool.poetry]
name = "projector"
name = "your_project_name"
version = "0.1.0"
description = "Description of your project"
authors = ["Your Name <your.email@example.com>"]
packages = [
{ include = "project/models" },
{ include = "seeder" },
]

[tool.setuptools.packages.find]
where = ["project"]
include = ["endpoints","models"]
namespaces = false

[project]
name = "project"
version = "1.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit a352827

Please sign in to comment.