When building using python3 setup.py build && python3 setup.py install the resulting installation will emit the following warning.
srr.py:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
__import__('pkg_resources').run_script('pyReScene==0.7', 'srr.py')
See https://setuptools.pypa.io/en/latest/pkg_resources.html
When building using
python3 setup.py build && python3 setup.py install
the resulting installation will emit the following warning.