Skip to content

Commit

Permalink
build from src
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Dec 2, 2024
1 parent 0c0f873 commit 0ca3692
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ ellips = "pynxtools_ellips.reader:EllipsometryReader"
[project.entry-points.'nomad.plugin']
ellips_example = "pynxtools_ellips.nomad.entrypoints:ellips_example"

[tool.setuptools.packages.find]
where = [
"src",
]

[project.urls]
"Homepage" = "https://github.com/FAIRmat-NFDI/pynxtools-ellips"
"Bug Tracker" = "https://github.com/FAIRmat-NFDI/pynxtools-ellips/issues"
Expand All @@ -55,7 +60,7 @@ version_scheme = "no-guess-dev"
local_scheme = "node-and-date"

[tool.ruff]
include = ["pynxtools_ellips/*.py", "tests/*.py"]
include = ["src/*.py", "tests/*.py"]
line-length = 88
indent-width = 4

Expand Down

0 comments on commit 0ca3692

Please sign in to comment.