-
Notifications
You must be signed in to change notification settings - Fork 57
/
.cookiecutter.yml
48 lines (47 loc) · 1.2 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
47
48
default_context:
add_docs: "yes"
bitbucket_repo: "eyed3"
bitbucket_url: "https://bitbucket.org/bitbucket-user/eyed3"
bitbucket_username: "bitbucket-user"
default_locale: "en_US"
email: "travis@pobox.com"
full_name: "Travis Shirk"
gettext_domain: "None"
github_repo: "eyeD3"
github_url: "https://github.com/nicfit/eyeD3"
github_username: "nicfit"
intended_audience: "Developers"
license: "GNU GPL v3.0"
project_long_description: ""
project_name: "eyeD3"
project_short_description: "Python audio data toolkit (ID3 and MP3)"
project_slug: "eyed3"
py26: "no"
py27: "no"
py33: "no"
py34: "no"
py35: "no"
py36: "yes"
py37: "yes"
py38: "yes"
py39: "yes"
py_module: "eyed3"
pyapp_type: "normal"
pypi_repo_name: "eyeD3"
pypi_username: "nicfit"
pypy: "no"
pypy3: "no"
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.8"
web: "http://eyed3.nicfit.net/"
year: "2002-2019"