-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cookiecutter.yml
44 lines (43 loc) · 1.11 KB
/
.cookiecutter.yml
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
default_context:
bitbucket_repo: "topfm"
bitbucket_url: "https://bitbucket.org/bitbucket-user/topfm"
bitbucket_username: "bitbucket-user"
default_locale: "en_US"
email: "[email protected]"
full_name: "Travis Shirk"
gettext_domain: "None"
github_repo: "TopFM"
github_url: "https://github.com/nicfit/TopFM"
github_username: "nicfit"
intended_audience: "End Users/Desktop"
license: "GNU GPL v3.0"
project_long_description: ""
project_name: "TopFM"
project_short_description: "Last.fm collages"
project_slug: "topfm"
py26: "no"
py27: "no"
py33: "no"
py34: "no"
py35: "no"
py36: "yes"
py37: "yes"
py_module: "topfm"
pyapp_type: "normal"
pypi_repo_name: "TopFM"
pypi_username: "nicfit"
pypy: "no"
pypy3: "yes"
release_date: "today"
src_dir: "."
use_bitbucket: "no"
use_github: "yes"
use_make: "yes"
use_paver: "no"
use_pypi_deployment_with_travis: "no"
use_pytest: "yes"
use_rtd: "no"
use_travis_ci: "no"
version: "1.0"
web: "https://github.com/nicfit/TopFM"
year: "2017"