diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-18 17:01:14 -0500 | 
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-18 17:02:03 -0500 | 
| commit | d5ed18ef5f7c2472578a2b5015a09df1fd05e8bf (patch) | |
| tree | 209b5861286fe32bea779599972b9d708cf208fc | |
| parent | 25c339402f908200c939ffdec9987bf7598a3328 (diff) | |
| download | python-setuptools-git-d5ed18ef5f7c2472578a2b5015a09df1fd05e8bf.tar.gz | |
No longer release tarballs due to new restrictions on Warehouse. Fixes #893.
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rwxr-xr-x | setup.cfg | 2 | 
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 3dbd49ae..410825fa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v32.1.2 +------- + +* #893: Only release sdist in zip format as warehouse now +  disallows releasing two different formats. +  v32.1.1  ------- @@ -18,7 +18,7 @@ test = pytest  repository = https://upload.pypi.org/legacy/  [sdist] -formats = gztar zip +formats = zip  [wheel]  universal = 1  | 
