GoSecure / pyrdp

RDP monster-in-the-middle (mitm) and library for Python with the ability to watch connections live or after the fact
https://www.gosecure.net/blog/2020/10/20/announcing-pyrdp-1/
GNU General Public License v3.0
1.5k stars 242 forks source link

Python 3.11 deprecation: pkg_resources is deprecated as an API #440

Closed obilodeau closed 10 months ago

obilodeau commented 1 year ago
DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

We need to modernize how we provide files: https://setuptools.pypa.io/en/latest/pkg_resources.html

obilodeau commented 10 months ago

Related to #416