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
This commit is contained in:
David Ripton 2013-11-14 14:55:10 -05:00
parent c49b8beb83
commit fbc7ef03d1
1 changed files with 0 additions and 1 deletions

View File

@ -33,4 +33,3 @@ source-dir = doc/source
[egg_info]
tag_svn_revision = 1
tag_build = .dev