Christoph Kaempf

Results 3 issues of Christoph Kaempf

I'm not sure if this belongs here, but I did not find any other way to contact somebody over at phoenixctms.org. The issue is that there seems to be LaTeX...

Another issue I came across, was that the version used for the package build by `miniver` was not based on the latest git tag: ```bash $ git tag v1.0.1 v1.0.1p...

Used miniver as replacement for `versioneer`. Ran into problem: `FileNotFoundError: [Errno 2] No such file or directory: '/_version.py'` Fixed the issue by changing: `spec = spec_from_file_location('version', os.path.join(package_name, '_version.py'))` to: `spec...