mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-10-16 21:30:02 +02:00
This change fixes the use of relative paths used to fetch the PyKMIP library version number in kmip/__init__.py and setup.py. The absolute path of the file is now dynamically generated and used instead. Tests are included to verify that the __version__ attribute is set properly.