Merge branch 'release-0.11.0'
[tor-bridgedb.git] / setup.cfg
blob179697792c472da919f91106da21404f0132844f
2 ## The following can be uncommented to specify the prefix dir for
3 ## installation. They are left commented out because they are incompatible
4 ## with the default README instructions for installing BridgeDB in a
5 ## Python virtualenv.
7 #[install]
8 #prefix=$HOME
9 #install-data=$HOME
11 [compile_catalog]
12 domain = bridgedb
13 directory = bridgedb/i18n
14 statistics = true
16 [extract_messages]
17 strip_comments = false
18 add_comments = TRANSLATORS,TRANSLATOR,TRANSLATOR:,
19 msgid-bugs-address = 'https://trac.torproject.org/projects/tor/newticket?component=BridgeDB&keywords=bridgedb-reported,msgid&cc=isis,sysrqb&owner=isis'
20 copyright-holder = 'The Tor Project, Inc.'
21 input-dirs = bridgedb
22 output_file = bridgedb/i18n/templates/bridgedb.pot
23 sort-by-file = true
24 width = 80
26 [init_catalog]
27 domain = bridgedb
28 input_file = bridgedb/i18n/templates/bridgedb.pot
29 output_dir = bridgedb/i18n
31 [update_catalog]
32 domain = bridgedb
33 input_file = bridgedb/i18n/templates/bridgedb.pot
34 output_dir = bridgedb/i18n
35 previous = true
37 [build_sphinx]
38 source_dir = doc/sphinx/source
39 project = bridgedb
41 [versioneer]
42 VCS = git
43 style = pep440
44 versionfile_source = bridgedb/_version.py
45 versionfile_build = bridgedb/_version.py
46 # when creating a release, tags should be prefixed with 'bridgedb-', like so:
48 #     git checkout -b release-6.6.6 develop
49 #     [do some stuff, merge whatever, test things]
50 #     git tag -S bridgedb-6.6.6
51 #     git push tpo-common --tags
52 #     git checkout master
53 #     git merge -S --no-ff release-6.6.6
54 #     git checkout develop
55 #     git merge -S --no-ff master
56 #     git branch -d release-6.6.6
58 tag_prefix = bridgedb-
59 # source tarballs should unpack to a directory like 'bridgedb-6.6.6'
60 parentdir_prefix = bridgedb-