-
Notifications
You must be signed in to change notification settings - Fork 2
/
.cookiecutter.yml
46 lines (45 loc) · 1.21 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
45
46
default_context:
add_docs: "yes"
bitbucket_repo: "nicfit.py"
bitbucket_url: "https://bitbucket.org/bitbucket-user/nicfit.py"
bitbucket_username: "bitbucket-user"
default_locale: "en_US"
email: "travis@pobox.com"
full_name: "Travis Shirk"
gettext_domain: "nicfit.py"
github_repo: "nicfit.py"
github_url: "https://github.com/nicfit/nicfit.py"
github_username: "nicfit"
intended_audience: "Developers"
license: "MIT"
project_long_description: ""
project_name: "nicfit.py"
project_short_description: "Common Python utils (App, logging, config, etc.)"
project_slug: "nicfit.py"
py26: "no"
py27: "no"
py33: "no"
py34: "no"
py35: "no"
py36: "yes"
py37: "yes"
py_module: "nicfit"
pyapp_type: "asyncio"
pypi_repo_name: "nicfit.py"
pypi_username: "nicfit"
pypy: "no"
pypy3: "yes"
release_date: "today"
requirements_yaml: "yes"
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: "yes"
version: "0.8"
web: "https://github.com/nicfit/nicfit.py"
year: "2016-2019"