From fbc7ef03d18e93d5991aded76bef74258671f4eb Mon Sep 17 00:00:00 2001
From: David Ripton <dripton@redhat.com>
Date: Thu, 14 Nov 2013 14:55:10 -0500
Subject: [PATCH] Remove the tag_build line from setup.cfg

It was causing the release tarball to have an extra ".dev." in its filename,
which then broke the script that uploads the release to PyPI.

Change-Id: I995fb3e0393468568601e8614c0532b93fbe8ceb
---
 setup.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 948ace6..2d16c95 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,4 +33,3 @@ source-dir = doc/source
 
 [egg_info]
 tag_svn_revision = 1
-tag_build = .dev