summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorchipx86 <chipx86@5efc13c4-1f27-0410-8691-ff2d1f55687e>2009-03-27 08:43:26 +0000
committerchipx86 <chipx86@5efc13c4-1f27-0410-8691-ff2d1f55687e>2009-03-27 08:43:26 +0000
commitf5ec35fc2606a89034823ab15ccefb7e5bbe15c8 (patch)
tree6f1dc60321a971d437efc2739df6dfee412f5fbc /setup.cfg
Move post-review into a new top-level "rbtools" package
Since the dawn of time, post-review has lived in the Review Board tree, despite being a client script and not necessarily being needed on the server. This moves post-review into a new rbtools package, which users will be able to easy_install (easy_install -U RBTools). The simplejson dependency will be fetched, and users won't have to go hunting in SVN for a script. Over time, I'd like to add new scripts into here (such as one to apply a diff from a review request), and further down the road I'd like to create an "rbapi" (or something) package that contains a Python API for talking to a Review Board server, which rbtools (and post-review) will then use. For now, the goal is to just get post-review moved over. Reviewed at http://reviews.review-board.org/r/788/
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..160e26c
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,14 @@
+[egg_info]
+tag_build = .dev
+tag_svn_revision = 1
+
+[aliases]
+snapshot = egg_info -Dr
+nightly = egg_info -dR
+alpha2 = egg_info -DRb alpha2
+alpha1 = egg_info -DRb alpha1
+beta2 = egg_info -DRb beta2
+beta1 = egg_info -DRb beta1
+rc1 = egg_info -DRb rc1
+rc2 = egg_info -DRb rc2
+release = egg_info -DRb ''