GP-4489: Add psutil and protobuf to downloads, dist. Build py packages for dist.

This commit is contained in:
Dan 2024-04-26 23:34:30 -04:00 committed by ghidra1
parent 75d5737cce
commit fc17ca970c
24 changed files with 705 additions and 163 deletions

View file

@ -1,10 +1,10 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "ghidratrace"
version = "10.4"
version = "11.1"
authors = [
{ name="Ghidra Development Team" },
]