-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
30 lines (28 loc) · 843 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[metadata]
name = bpfmaps
version = 0.0.8
author = Peter Stolz
author_email = [email protected]
description = Python wrapper of libbpf to interact with bpf maps
long_description = file: README.md
long_description_content_type = text/markdown
keywords = eBPF, bpfmaps, libbpf
platforms = linux
url = https://github.com/PeterStolz/pybpfmaps
project_urls =
Bug Tracker = https://github.com/PeterStolz/pybpfmaps/issues
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Programming Language :: Python :: 3.10
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: POSIX :: Linux
[options]
package_dir =
= src
packages = find:
python_requires = >=3.10
include_package_data = true
[options.packages.find]
where = src