Skip to content

Commit

Permalink
Add setup.cfg to build universal builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Mar 8, 2017
1 parent 81063b6 commit bc3b305
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Version 0.9.6
* Add ``mean()``, ``median_abs_dev()`` and ``stdev()`` methods to ``Benchmark``
* setup.py: statistics dependency is now installed using ``extras_require`` to
support setuptools 18 and newer
* Add setup.cfg to enable universal builds: same wheel package for Python 2
and Python 3

Version 0.9.5 (2017-03-06)
--------------------------
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

0 comments on commit bc3b305

Please sign in to comment.