Skip to content
Commit 88901421 authored by Gökçen Nurlu's avatar Gökçen Nurlu Committed by Jürg Billeter
Browse files

Get version number w/o pkg_resources

This removes most of the usages of pkg_resources from the codebase, helping
the goal of getting rid of that completely.

With this change, version number is generated during install and embedded into
`__version__` which is then imported by root level `__init__`. From there,
it is used by other parts of the codebase when needed.

Generated `__version__` file is ignored and not tracked by git to prevent
unnecessary 'changes' messages and accidental commits of that file.
parent 43046114
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment