File: pyproject.toml

package info (click to toggle)
ceccomp 3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,528 kB
  • sloc: ansic: 3,154; python: 653; makefile: 240; sh: 226
file content (18 lines) | stat: -rw-r--r-- 441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-system]
requires = ["setuptools>=69"]
build-backend = "setuptools.build_meta"

[project]
name = "ceccomp"
version = "3.4.1"
description = "A C-based seccomp analysis tool"
authors = [{name = "dbgbgtf", email = "dudududumaxver@outlook.com"}]
license = "GPL-3.0-or-later"
scripts = { "ceccomp" = "ceccomp:main"}

[tool.setuptools]
packages = ["ceccomp"]
include-package-data = true

[tool.setuptools.package-data]
ceccomp = ["ceccomp"]