Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Get version information from the build system. | Justus Winter | 2016-06-16 | 1 | -42/+0 |
| | | | | | | | | | | | * configure.ac: Generate 'setup.py' and 'version.py'. * lang/python/Makefile.am: Use generated setup script. * lang/python/pyme/version.py: Turn it into a template, and get version information from the build system. Also drop some variables. * lang/python/setup.py: Likewise. This way we can avoid importing the version module, which is frowned upon and actually caused a problem. Signed-off-by: Justus Winter <[email protected]> | ||||
* | python: Drop obsolete VCS keywords. | Justus Winter | 2016-06-06 | 1 | -1/+0 |
| | | | | | -- Signed-off-by: Justus Winter <[email protected]> | ||||
* | python: Rename bindings. | Justus Winter | 2016-05-10 | 1 | -0/+43 |
-- Signed-off-by: Justus Winter <[email protected]> |