-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
60 lines (52 loc) · 1.67 KB
/
setup.cfg
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
58
59
60
## The following can be uncommented to specify the prefix dir for
## installation. They are left commented out because they are incompatible
## with the default README instructions for installing BridgeDB in a
## Python virtualenv.
#[install]
#prefix=$HOME
#install-data=$HOME
[compile_catalog]
domain = bridgedb
directory = bridgedb/i18n
statistics = true
[extract_messages]
strip_comments = false
add_comments = TRANSLATORS,TRANSLATOR,TRANSLATOR:,
msgid-bugs-address = 'https://trac.torproject.org/projects/tor/newticket?component=BridgeDB&keywords=bridgedb-reported,msgid&cc=isis,sysrqb&owner=isis'
copyright-holder = 'The Tor Project, Inc.'
input-dirs = bridgedb
output_file = bridgedb/i18n/templates/bridgedb.pot
sort-by-file = true
width = 80
[init_catalog]
domain = bridgedb
input_file = bridgedb/i18n/templates/bridgedb.pot
output_dir = bridgedb/i18n
[update_catalog]
domain = bridgedb
input_file = bridgedb/i18n/templates/bridgedb.pot
output_dir = bridgedb/i18n
previous = true
[build_sphinx]
source_dir = doc/sphinx/source
project = bridgedb
[versioneer]
VCS = git
style = pep440
versionfile_source = bridgedb/_version.py
versionfile_build = bridgedb/_version.py
# when creating a release, tags should be prefixed with 'bridgedb-', like so:
#
# git checkout -b release-6.6.6 develop
# [do some stuff, merge whatever, test things]
# git tag -S bridgedb-6.6.6
# git push tpo-common --tags
# git checkout master
# git merge -S --no-ff release-6.6.6
# git checkout develop
# git merge -S --no-ff master
# git branch -d release-6.6.6
#
tag_prefix = bridgedb-
# source tarballs should unpack to a directory like 'bridgedb-6.6.6'
parentdir_prefix = bridgedb-