-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
57 lines (52 loc) · 1.67 KB
/
Copy pathsetup.cfg
File metadata and controls
57 lines (52 loc) · 1.67 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
[metadata]
name = repomin
version = attr: repomin.__version__
description = Reduce a failing repository while preserving the original failure.
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache-2.0
license_files = LICENSE
author = ReproMin contributors
url = https://github.com/fly1d/repomin
project_urls =
Documentation = https://github.com/fly1d/repomin#readme
Repository = https://github.com/fly1d/repomin
Issues = https://github.com/fly1d/repomin/issues
Discussions = https://github.com/fly1d/repomin/discussions
Changelog = https://github.com/fly1d/repomin/blob/main/CHANGELOG.md
keywords = delta debugging, minimal reproduction, reproducibility, continuous integration, failure isolation
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Console
Operating System :: OS Independent
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
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
Topic :: Software Development :: Debuggers
Topic :: Software Development :: Testing
[options]
package_dir =
= src
packages = find:
python_requires = >=3.9
include_package_data = True
[options.extras_require]
dev =
build>=1.2
coverage>=7
pytest>=7.4
ruff>=0.5
twine>=5
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
repomin = repomin.cli:main
[options.package_data]
repomin.java_helper =
JavaStructure.java