Commit 6d6e6bcd authored by Jason R. Coombs's avatar Jason R. Coombs

Now builds gztar for sdist, even on Windows

--HG--
branch : distribute
extra : rebase_source : b2bdd9e6dc69f742c5b203ee26fc5d9b7c7224b3
parent 5ad4feb4
......@@ -2,6 +2,12 @@
CHANGES
=======
------
0.6.16
------
* Builds sdist gztar even on Windows (avoiding Issue 193).
------
0.6.15
------
......
......@@ -32,7 +32,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete
[console_scripts]
easy_install = setuptools.command.easy_install:main
easy_install-3.1 = setuptools.command.easy_install:main
easy_install-2.7 = setuptools.command.easy_install:main
[setuptools.file_finders]
svn_cvs = setuptools.command.sdist:_default_revctrl
......
......@@ -13,4 +13,7 @@ build-dir = docs/build
all_files = 1
[upload_docs]
upload-dir = docs/build/html
\ No newline at end of file
upload-dir = docs/build/html
[sdist]
formats=gztar
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment