Update to management of version code
The version code is now in __init__.py to allow querying the package version using pyjapc.__version__ instead of pyjapc.pyjapc.__version__ When running setuptools without the required dependencies installed, reading the version code would result in an ImportError. This is now caught and a warning emitted, but the installation can continue.
Loading
Please register or sign in to comment