-
Notifications
You must be signed in to change notification settings - Fork 88
/
pipeline-pyproject.toml
45 lines (42 loc) · 1.33 KB
/
pipeline-pyproject.toml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[build-system]
requires = ["flot"]
build-backend = "flot.buildapi"
[project]
name = "aboutcode.pipeline"
version = "0.1.0"
description = "AboutCode Pipeline library. Execute code in steps."
license = { text = "Apache-2.0" }
readme = "aboutcode/pipeline/README.md"
requires-python = ">=3.9"
authors = [ { name = "nexB. Inc. and others", email = "info@aboutcode.org" } ]
keywords = [
"open source",
"pipeline",
"scancode",
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development",
"Topic :: Utilities",
]
[project.urls]
Homepage = "https://github.com/aboutcode-org/scancode.io"
Documentation = "https://scancodeio.readthedocs.io/"
Changelog = "https://github.com/aboutcode-org/scancode.io/tree/main/aboutcode/pipeline/CHANGELOG.md"
Repository = "https://github.com/aboutcode-org/scancode.io/tree/main/aboutcode/pipeline"
Issues = "https://github.com/aboutcode-org/scancode.io/issues"
[tool.flot]
includes = [
"aboutcode/pipeline/*",
]
metadata_files = [
"LICENSE",
"NOTICE",
]