summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-12-20 23:11:45 +0100
committergbrandl <devnull@localhost>2006-12-20 23:11:45 +0100
commitf9b914f5dd9571f61cbcabec25f9c83030029f1b (patch)
tree9a9301bae2736f4de8be0ca5b995faea88ee926d /setup.cfg
parentba526ee9cb45e16a05be86ae2e1d2975746c3523 (diff)
downloadpygments-f9b914f5dd9571f61cbcabec25f9c83030029f1b.tar.gz
[svn] Next version is 0.7.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 0f5b8a48..909f702e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,7 @@
[egg_info]
tag_build = dev
-tag_svn_revision = true \ No newline at end of file
+tag_svn_revision = true
+
+[aliases]
+release = egg_info -RDb ''
+