From: Ant Zucaro Date: Sat, 29 Apr 2017 13:16:45 +0000 (-0400) Subject: See you later, setup.cfg. X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=commitdiff_plain;h=55fc6247d4bba0469c4e9913d5ac9011511454c3 See you later, setup.cfg. --- diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 2bd6b61..0000000 --- a/setup.cfg +++ /dev/null @@ -1,27 +0,0 @@ -[nosetests] -match=^test -nocapture=1 -cover-package=xonstat -with-coverage=1 -cover-erase=1 - -[compile_catalog] -directory = xonstat/locale -domain = XonStat -statistics = true - -[extract_messages] -add_comments = TRANSLATORS: -output_file = xonstat/locale/XonStat.pot -width = 80 - -[init_catalog] -domain = XonStat -input_file = xonstat/locale/XonStat.pot -output_dir = xonstat/locale - -[update_catalog] -domain = XonStat -input_file = xonstat/locale/XonStat.pot -output_dir = xonstat/locale -previous = true