-
-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathsetup.cfg
More file actions
108 lines (98 loc) · 2.94 KB
/
Copy pathsetup.cfg
File metadata and controls
108 lines (98 loc) · 2.94 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[metadata]
name = purldb
version = 8.1.0
license_files =
LICENSE
AUTHORS.rst
CHANGELOG.rst
author = nexB. Inc. and others
author_email = info@aboutcode.org
license = Apache-2.0 AND CC-BY-SA-4.0
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
description = A Django-based utility to collect Package data and Resources for collection and matching.
long_description = file:README.rst
long_description_content_type = text/x-rst
url = https://github.com/aboutcode-org/purldb
classifiers =
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
Topic :: Utilities
keywords =
matchcode
packagedb
scancode
purl
purldb
clearcode
[options]
packages = find:
include_package_data = true
zip_safe = false
python_requires = >=3.12, <3.15
install_requires =
scancodeio == 38.0.0
PyGithub == 2.9.1
aboutcode.federated == 1.0.4
aboutcode.federatedcode == 0.1.0
arrow == 1.4.0
debian-inspector == 31.1.1
drf-spectacular == 0.30.0
fetchcode == 0.8.2
ftputil == 5.2.0
jawa == 2.2.0
matchcode-toolkit == 7.2.2
natsort == 8.4.0
purl2vcs == 2.0.0
reppy2 == 0.3.6
rq-scheduler == 0.14.0
rubymarshal == 1.0.3
samecode == 0.5.1
urlpy == 0.5
brotli == 1.2.0
setup_requires = setuptools_scm[toml] >= 4
[options.packages.find]
where = .
[options.extras_require]
dev =
pytest >= 7.0.1
pytest-xdist >= 2
pytest-django
aboutcode-toolkit >= 11.1.1
mock
flot
ruff
django-debug-toolbar
twine
Sphinx>=5.0.2
sphinx-rtd-theme>=1.0.0
sphinx-reredirects >= 0.1.2
doc8>=0.11.2
sphinx-autobuild
sphinx-rtd-dark-mode>=1.3.0
sphinx-copybutton
sphinx_rtd_dark_mode
[options.entry_points]
console_scripts =
purldb = purldb:command_line
scancodeio_pipelines =
matching = matchcode.pipelines.matching:Matching
d2d = scanpipe.pipelines.deploy_to_develop:DeployToDevelop
mine_pypi = minecode.pipelines.mine_pypi:MinePypi
mine_npm = minecode.pipelines.mine_npm:MineNPM
mine_maven = minecode.pipelines.mine_maven:MineMaven
mine_cargo = minecode.pipelines.mine_cargo:MineCargo
mine_debian = minecode.pipelines.mine_debian:MineDebian
mine_nuget = minecode.pipelines.mine_nuget:MineNuGet
mine_alpine = minecode.pipelines.mine_alpine:MineAlpine
mine_conan = minecode.pipelines.mine_conan:MineConan
mine_cpan = minecode.pipelines.mine_cpan:MineCpan
mine_cran = minecode.pipelines.mine_cran:MineCran
mine_swift = minecode.pipelines.mine_swift:MineSwift
mine_composer = minecode.pipelines.mine_composer:MineComposer
mine_nix = minecode.pipelines.mine_nix:MineNix
mine_crates = minecode.pipelines.mine_crates:MineCrates
mine_apache = minecode.pipelines.mine_apache:MineApache