Skip to content

Commit

Permalink
maint: migrate to src-layout
Browse files Browse the repository at this point in the history
Add requirements.txt
  • Loading branch information
JSS95 committed Sep 22, 2023
1 parent 6081ffd commit 072560e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
]
dynamic = [
"version",
"dependencies",
]

[project.urls]
Expand All @@ -56,6 +57,7 @@ full = ["civiq6[test,doc]"]

[tool.setuptools.dynamic]
version = {attr = "civiq6.version.__version__"}
dependencies = {file = ["requirements.txt"]}

[tool.setuptools.packages.find]
where = ["src"]
Empty file added requirements.txt
Empty file.

0 comments on commit 072560e

Please sign in to comment.