-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookiecutter.json
37 lines (37 loc) · 1.3 KB
/
cookiecutter.json
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
{
"template": "https://github.com/hypothesis/cookiecutters",
"checkout": null,
"directory": "pypackage",
"ignore": [],
"extra_context": {
"name": "slack-annotations",
"package_name": "slack_annotations",
"slug": "slack-annotations",
"short_description": "Post annotations to Slack.",
"python_versions": "3.13.0,3.12.7,3.11.10",
"github_owner": "hypothesis",
"copyright_holder": "Hypothesis",
"visibility": "public",
"console_script": "yes",
"devdata": "no",
"postgres": "no",
"dependabot_pip_interval": "monthly",
"pypi": "no",
"__postgres_version": "15.3-alpine",
"__postgres_port": "29291",
"__entry_point": "slack-annotations",
"__github_url": "https://github.com/hypothesis/slack-annotations",
"__pypi_url": "https://pypi.org/project/slack-annotations",
"__copyright_year": "2024",
"__parallel_unit_tests": false,
"__format_runner_type": "ubuntu-latest",
"__lint_runner_type": "ubuntu-latest",
"__typecheck_runner_type": "ubuntu-latest",
"__tests_runner_type": "ubuntu-latest",
"__coverage_runner_type": "ubuntu-latest",
"__functests_runner_type": "ubuntu-latest",
"__scheduled_workflows": ", eng-annotations",
"_repo_dir": "/home/seanh/.cookiecutters/cookiecutters/pypackage",
"_checkout": null
}
}