mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Add PyPI release workflow and package metadata
This commit is contained in:
@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user