-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
20 lines (20 loc) · 827 Bytes
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"template": "https://github.com/nickderobertis/cookiecutter-pypi-sphinx",
"commit": "091fcff1b2a425adc13a75fc587fbbb190b7ca3a",
"context": {
"cookiecutter": {
"package_name": "py_qs_example",
"package_directory": "py_qs_example",
"full_name": "Quick Start Example",
"repo_name": "pypi-sphinx-quickstart",
"repo_username": "nickderobertis",
"short_description": "Python package PyPi Sphinx quickstart example app",
"package_author": "Nick DeRobertis",
"author_email": "whoopnip@gmail.com",
"google_analytics_id": "UA-153687598-1",
"logo_url": "",
"install_packages": "",
"_template": "https://github.com/nickderobertis/cookiecutter-pypi-sphinx"
}
}
}