You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
license = {text = "The source of this package is licensed under GPL v3. The wheels may bundle an external implementation of OpenMP as a dynamically linked library. We refer to LICENSE.wheel.md for further information."}
[project.optional-dependencies]
dev = [
'pytest',
'pytest-xdist',
'memory_profiler',
'ruff',
'pre-commit',
]
[tool.setuptools.package-data]
license-files = { include = ["LICENSE.md", "LICENSE.wheel.md"] }