Changed the setup.py script to include and use the actual package version...
Changed the setup.py script to include and use the actual package version directly from Python module in local directory. This change really simplifies package versioning, because value of only one __version__ variable needs to be updated and it will be used as version identifier of generated Python packages (wheels). Previous commit, that introduced automated package documentation already used this approach.
Loading
Please register or sign in to comment