Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added needed information to pyproject.toml to make setuptools happy to compile invesalius_cy #784

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
[project]
name = "InVesalius"
version = "3.1.99998"
description = "3D medical imaging reconstruction software"
keywords = [
"medical imaging",
"dicom",
"segmentation",
"3D printing",
"neuronavigation",
]
license = { file = "LICENSE.txt" }
readme = "README.md"
requires-python = ">=3.8"

[tool.setuptools]
packages = ["invesalius", "invesalius_cy"]

[tool.mypy]
show_error_codes = true
check_untyped_defs = false
Expand Down Expand Up @@ -77,4 +93,4 @@ extend-select = ["UP"] # Introduces linting rules for pyupgrade
# We can extend the list with 'I' and 'PL' in the future

[tool.ruff.format]
line-ending = "lf"
line-ending = "lf"