Changeset - 0c461d0cb846
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-07-06 15:55:10
marcin@python-works.com
Remove beta tag build, it's now defined by 4th param in __version__
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.cfg
Show inline comments
 
[egg_info]
 
tag_build = beta
 
tag_build =
 
tag_svn_revision = true
 

	
 
[easy_install]
 
find_links = http://www.pylonshq.com/download/
 

	
 
[nosetests]
 
verbose=True
 
verbosity=2
 
with-pylons=test.ini
 
detailed-errors=1
 
nologcapture=1
 
#pdb=1
 
#pdb-failures=1
 

	
 
# Babel configuration
 
[compile_catalog]
 
domain = rhodecode
 
directory = rhodecode/i18n
 
statistics = true
 

	
 
[extract_messages]
 
add_comments = TRANSLATORS:
 
output_file = rhodecode/i18n/rhodecode.pot
 
width = 80
0 comments (0 inline, 0 general)