Please register to create new tickets

root/setup.cfg

Revision 226:d970e5beef37, 0.6 KB (checked in by alberto@…, 21 months ago)

removed index_url from setup.py

Line 
1[aliases]
2release = egg_info -RDb ""
3cover = nosetests --with-coverage
4
5[egg_info]
6tag_build = dev
7tag_date = true
8
9[nosetests]
10with-coverage = false
11cover-package = rum
12with-doctest = true
13doctest-extension = .rst
14
15# Babel configuration
16[compile_catalog]
17domain = rum
18directory = rum.egg-info/i18n/rum
19statistics = true
20
21[extract_messages]
22add_comments = TRANSLATORS:
23output_file = rum.egg-info/i18n/rum/rum.pot
24width = 80
25
26[init_catalog]
27domain = rum
28input_file = rum.egg-info/i18n/rum/rum.pot
29output_dir = rum.egg-info/i18n/rum
30
31[update_catalog]
32domain = rum
33input_file = rum.egg-info/i18n/rum/rum.pot
34output_dir = rum.egg-info/i18n/rum
35previous = true
Note: See TracBrowser for help on using the browser.