Skip to content

Commit

Permalink
* Adding setup config files to ensure that non-release builds all hav…
Browse files Browse the repository at this point in the history
…e .dev tags. The config also provides some options for the test command.
  • Loading branch information
dpeterson committed Aug 9, 2007
1 parent 269682c commit 076d883
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[egg_info]
tag_build = .dev
tag_svn_revision = 1

[aliases]
release = egg_info -RDb ''

[nosetests]
verbosity = 0
with-doctest = 1
detailed-errors = 1
with-coverage = 1

0 comments on commit 076d883

Please sign in to comment.