summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2012-07-24 20:04:26 -0400
committerDaniel Holth <dholth@fastmail.fm>2012-07-24 20:04:26 -0400
commit11cabfdd9ffb80bbcc8da77447962d682f343ee3 (patch)
treedfc4635d4dc99cfce6986b6fa59e341b18709117 /setup.py
parentf749e52f764121c2bd05119944a6376117a50d59 (diff)
downloadwheel-git-11cabfdd9ffb80bbcc8da77447962d682f343ee3.tar.gz
place .dist-info at the end of the archive
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d9ec221..202fb29 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ README = open(os.path.join(here, 'README.txt')).read()
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
setup(name='wheel',
- version='0.6',
+ version='0.7',
description='A built-package format for Python.',
long_description=README + '\n\n' + CHANGES,
classifiers=[