Branch: refs/heads/master
Home: https://github.com/python-control/python-control
Commit: f245191cca096c38748d131e1193bcaa262d6055
https://github.com/python-control/python-control/commit/f245191cca096c38748d131e1193bcaa262d6055
Author: Clancy Rowley <cwr...@pr...>
Date: 2015-04-08 (Wed, 08 Apr 2015)
Changed paths:
A setup.cfg
Log Message:
-----------
Configure setup to make universal binaries
You can build a binary wheel with
python setup.py bdist_wheel
The configuration option added here will automatically make "universal"
wheels, that work on Python 2 and 3.
Commit: 99bf5863211d2e72c39fbad481a53d3da4d2b872
https://github.com/python-control/python-control/commit/99bf5863211d2e72c39fbad481a53d3da4d2b872
Author: Clancy Rowley <cwr...@pr...>
Date: 2015-04-08 (Wed, 08 Apr 2015)
Changed paths:
M .gitignore
Log Message:
-----------
Ignore generated coverage files
Commit: 88a7d01f853e7c9d2c02294b399d5d70e3780dd0
https://github.com/python-control/python-control/commit/88a7d01f853e7c9d2c02294b399d5d70e3780dd0
Author: Richard Murray <mu...@cd...>
Date: 2015-04-18 (Sat, 18 Apr 2015)
Changed paths:
M .gitignore
A setup.cfg
Log Message:
-----------
Merge pull request #55 from cwrowley/config
Build universal wheels
Compare: https://github.com/python-control/python-control/compare/841bc0c7a12c...88a7d01f853e |