diff options
| author | Daniel Holth <dholth@fastmail.fm> | 2012-07-24 20:04:26 -0400 |
|---|---|---|
| committer | Daniel Holth <dholth@fastmail.fm> | 2012-07-24 20:04:26 -0400 |
| commit | 11cabfdd9ffb80bbcc8da77447962d682f343ee3 (patch) | |
| tree | dfc4635d4dc99cfce6986b6fa59e341b18709117 /setup.py | |
| parent | f749e52f764121c2bd05119944a6376117a50d59 (diff) | |
| download | wheel-git-11cabfdd9ffb80bbcc8da77447962d682f343ee3.tar.gz | |
place .dist-info at the end of the archive
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=[ |
