Update pyproject

This commit is contained in:
Jakob Lass
2025-04-10 10:48:23 +02:00
parent c8728bba4d
commit ce91790c4a

View File

@ -2,6 +2,10 @@
requires = ["setuptools >= 77.0.3"] requires = ["setuptools >= 77.0.3"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["AMBER"]
package-dir = {"" = "src"}
[project] [project]
name = "AMBER" name = "AMBER"
version = "0.0.1" version = "0.0.1"
@ -22,7 +26,6 @@ maintainers = [
] ]
description = "AMBER: Algorithm for Multiplexing spectrometer Background Estimation with Rotation-independence" description = "AMBER: Algorithm for Multiplexing spectrometer Background Estimation with Rotation-independence"
readme = "README.md" readme = "README.md"
license = "MPL V2.0"
license-files = ["LICENSE"] license-files = ["LICENSE"]
keywords = ["Machine Learning", "Signal Segmentation", "Background Determination"] keywords = ["Machine Learning", "Signal Segmentation", "Background Determination"]
classifiers = [ classifiers = [
@ -38,15 +41,14 @@ classifiers = [
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"" ""
] ]
[project.urls] [project.urls]
Homepage = "https://example.com" Homepage = "https://gitea.psi.ch/lass_j/AMBER/"
Documentation = "https://readthedocs.org" Documentation = "https://gitea.psi.ch/lass_j/AMBER/"
Repository = "https://github.com/Jakob-Lass/AMBER.git" Repository = "https://gitea.psi.ch/lass_j/AMBER/.git"
"Bug Tracker" = "https://github.com/Jakob-Lass/AMBER/issues" "Bug Tracker" = "https://gitea.psi.ch/lass_j/AMBER/issues"
Changelog = "https://github.com/Jakob-Lass/AMBER/master/CHANGELOG.md" Changelog = "https://gitea.psi.ch/lass_j/AMBER/master/CHANGELOG.md"