Add a setup.cfg

This commit is contained in:
Christophe de Vienne 2011-10-02 21:36:17 +02:00
parent 459b2fe099
commit 9b5e130c87
2 changed files with 7 additions and 3 deletions

View File

@ -9,9 +9,7 @@ syntax: glob
syntax: regexp
^lib
^bin
^include
^build
^dist
^doc/_build

6
setup.cfg Normal file
View File

@ -0,0 +1,6 @@
[egg_info]
tag_build = dev
tag_date = true
[aliases]
release = egg_info -RDb ''