Python: Packaging fixes (#1056)

* small updates to setup

* post1

* reset version

* updated package status
This commit is contained in:
Eduard van Valkenburg
2025-10-01 13:54:26 +02:00
committed by GitHub
Unverified
parent 08b602c290
commit 2575e8cab0
14 changed files with 212 additions and 102 deletions
+3 -1
View File
@@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.10"
version = "1.0.0b251001"
license-files = ["LICENSE"]
urls.homepage = "https://learn.microsoft.com/en-us/semantic-kernel/overview/"
urls.homepage = "https://aka.ms/agent-framework"
urls.source = "https://github.com/microsoft/agent-framework/tree/main/python"
urls.release_notes = "https://github.com/microsoft/agent-framework/releases?q=tag%3Apython-1&expanded=true"
urls.issues = "https://github.com/microsoft/agent-framework/issues"
@@ -153,6 +153,8 @@ test = "pytest --cov-report=term-missing:skip-covered --junitxml=test-results.xm
test-gaia = "pytest gaia/tests --cov=agent_framework_lab_gaia --cov-report=term-missing:skip-covered"
test-lightning = "pytest lightning/tests --cov=agent_framework_lab_lightning --cov-report=term-missing:skip-covered"
test-tau2 = "pytest tau2/tests --cov=agent_framework_lab_tau2 --cov-report=term-missing:skip-covered"
build = "echo 'Skipping build'"
publish = "echo 'Skipping publish'"
[tool.pytest.ini_options]
pythonpath = ["."]