mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: Packaging fixes (#1056)
* small updates to setup * post1 * reset version * updated package status
This commit is contained in:
committed by
GitHub
Unverified
parent
08b602c290
commit
2575e8cab0
@@ -3,4 +3,6 @@ fmt = "ruff format"
|
||||
format.ref = "fmt"
|
||||
lint = "ruff check"
|
||||
pyright = "pyright"
|
||||
build = "uv build"
|
||||
build = "python -m flit build"
|
||||
publish = "uv publish"
|
||||
clean-dist = "rm -rf dist"
|
||||
|
||||
Reference in New Issue
Block a user