-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcookiecutter.json
57 lines (57 loc) · 1.18 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"maintainer_name": "Michael Fladischer",
"maintainer_email": "[email protected]",
"bug": "",
"package": "module",
"source": "python-{{ cookiecutter.package }}",
"short_description": "Some useful Python module",
"version": "0.1.1",
"upstream_name": "Some Name",
"upstream_email": "[email protected]",
"upstream_url": "https://pypi.python.org/pypi/{{ cookiecutter.package }}",
"upstream_copyright": "{% now 'local', '%Y' %}, {{ cookiecutter.upstream_name }} <{{ cookiecutter.upstream_email }}>",
"license": [
"public-domain",
"Apache-1",
"Apache-2",
"Artistic",
"BSD-2-clause",
"BSD-3-clause",
"BSD-4-clause",
"ISC",
"CC-BY",
"CC-BY-SA",
"CC-BY-ND",
"CC-BY-NC",
"CC-BY-NC-SA",
"CC-BY-NC-ND",
"CC0",
"CDDL",
"CPL",
"EFL-1",
"EFL-2",
"Expat",
"GPL-1",
"GPL-2",
"GPL-2+",
"GPL-3",
"GPL-3+",
"LGPL-2",
"LGPL-2.1",
"LGPL-3",
"GFDL",
"GFDL-NIV",
"LPPL",
"MPL",
"Perl",
"Python",
"QPL",
"W3C",
"Zlib",
"Zope"
],
"debhelper": 12,
"standards_version": "4.4.0",
"sphinx_root": "",
"_extensions": ["jinja2_time.TimeExtension"]
}