Add PyPI release workflow and package metadata

This commit is contained in:
2025-09-09 14:21:03 +05:30
parent 263b849a38
commit a12c8e69aa
2 changed files with 74 additions and 2 deletions

View File

@ -7,9 +7,11 @@ name = "pythonbpf"
version = "0.1.0"
description = "Reduced Python frontend for eBPF"
authors = [
{ name = "r41k0u" },
{ name = "varun-r-mallya" }
{ name = "r41k0u", email="pragyanshchaturvedi18@gmail.com" },
{ name = "varun-r-mallya", email="varunrmallya@gmail.com" }
]
readme = "README.md"
license = {text = "Apache-2.0"}
requires-python = ">=3.8"
dependencies = [