diff options
| author | Wichert Akkerman <wichert@wiggy.net> | 2016-07-21 10:52:59 +0200 |
|---|---|---|
| committer | Wichert Akkerman <wichert@wiggy.net> | 2016-07-21 10:52:59 +0200 |
| commit | aa3b8f49f2f839b6f96f415354e81abf114878f8 (patch) | |
| tree | a981c729ce55d8b607fba35fe2879c03e7d0cf31 | |
| parent | 600963b8e206d9255663d51a38a2d2d29892cce4 (diff) | |
| download | webtest-aa3b8f49f2f839b6f96f415354e81abf114878f8.tar.gz | |
Create universal wheels
| -rw-r--r-- | CHANGELOG.rst | 2 | ||||
| -rw-r--r-- | setup.cfg | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bc30346..9d4bbaa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ News 2.0.22 (unreleased) ------------------- -- Nothing changed yet. +- Create universal wheels. 2.0.21 (2016-04-12) @@ -1,6 +1,8 @@ [aliases] dev = develop easy_install webtest[tests] +[bdist_wheel] +universal=1 [nosetests] verbosity=2 |
