aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/pyme/version.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python: Get version information from the build system.Justus Winter2016-06-161-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 Winter2016-06-061-1/+0
| | | | | -- Signed-off-by: Justus Winter <[email protected]>
* python: Rename bindings.Justus Winter2016-05-101-0/+43
-- Signed-off-by: Justus Winter <[email protected]>