Commit Graph

9 Commits

Author SHA1 Message Date
chfl4gs 219547dcfc PyPI packaging workflow and setup.py fix (#465)
* Travis-CI build & nmake batch file updates

* PyPI packaging
2020-06-10 15:51:48 +08:00
kj.xwings.l 23b54ce749 quick fix for pip and python binding installation (#456)
* quick fix for pip and python binding isntall

* better fix
2020-05-07 16:57:06 +08:00
Jinmo 13b13d99df add suite/ directory for suite/fuzz, fix python build (#414) 2019-08-02 21:41:00 +08:00
hongxu 5bcff118bb fix python bindings shared library directory issue (#301)
using `data_files` dict prefixed with
`SITE_PACKAGES = os.path.join(get_python_lib(), "keystone")` is not
portable, see #235 and #297 for details. Regular setup configuration does
not work, e.g., specifying `package_data` etc, since that only affects
`sdist`.

The fix is a hack: customize `install_lib` to explicitly copy the file
into keystone install dir.
2017-10-24 09:41:53 +08:00
Nguyen Anh Quynh ae0795c254 python: added few notes on PyPi upload to setup.py 2016-08-01 08:16:20 +08:00
Nguyen Anh Quynh 63ca7d039b python: 0.9.1-3 with recent change on make-share.sh 2016-08-01 08:14:25 +08:00
Nguyen Anh Quynh f19be804a9 python: PyPi setup 2016-07-28 04:30:46 +08:00
Nguyen Anh Quynh 4d2353952b down version to 0.9 for public release 2016-05-31 09:26:37 +08:00
Nguyen Anh Quynh 9f1a353f68 import 2016-04-28 21:06:49 +08:00