I was curious if there are any plans to make this library officially installable such as: ```bash pip install urrtde ``` This would match the package name in `setup.py` and would simplify the `python venv` [installation](https://github.com/UniversalRobots/RTDE_Python_Client_Library#using-pre-built-package-with-virtual-environment) process. https://github.com/UniversalRobots/RTDE_Python_Client_Library/blob/647788cc3474d7088d6aebdd9edde3bffa7f17ef/setup.py#L27
I was curious if there are any plans to make this library officially installable such as:
This would match the package name in
setup.pyand would simplify thepython venvinstallation process.RTDE_Python_Client_Library/setup.py
Line 27 in 647788c