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