-
-
Notifications
You must be signed in to change notification settings - Fork 725
Expand file tree
/
Copy pathpyproject-licensedcode-index.toml
More file actions
62 lines (54 loc) · 1.5 KB
/
pyproject-licensedcode-index.toml
File metadata and controls
62 lines (54 loc) · 1.5 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[build-system]
requires = [ "flot>=0.7.0" ]
build-backend = "flot.buildapi"
[project]
name = "licensedcode-index"
version = "32.5.0"
description = "A packaging of the ScanCode licensedb license and license rules pre-built index. Can only be used with ScanCode-Toolkit."
long_description_content_type = "text/x-rst"
readme = "src/licensedcode/data/README.rst"
license = { text = "Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft" }
authors = [
{ name = "nexB. Inc. and others", email = "info@aboutcode.org" },
]
keywords = [
"open source",
"license",
"licensing",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Topic :: Software Development",
"Topic :: Utilities",
]
[project.urls]
Homepage = "https://github.com/nexB/scancode-toolkit"
[tool.flot]
wheel_path_prefixes_to_strip = [ "src" ]
includes = [
"src/licensedcode/data/cache/**/*",
"src/licensedcode/data/cc-by-4.0.LICENSE",
"src/licensedcode/data/scancode-data.ABOUT",
"src/licensedcode/README.rst",
"src/licensedcode/data/README.rst",
]
metadata_files = [
"*.LICENSE",
"NOTICE",
"AUTHORS.rst",
"CHANGELOG.rst",
"CODE_OF_CONDUCT.rst",
]
editable_paths = [ "src" ]
sdist_extra_includes = [
".gitattributes",
".gitignore",
"*.LICENSE",
"NOTICE",
"*.ABOUT",
"pyproject-licensedcode-index.toml",
"*.yml",
"*.rst",
]