dshikashio / Pybag

Python module for Windbg's dbgeng plus additional wrappers.
MIT License
56 stars 15 forks source link

Include pybag/dbgeng/win32/ in released builds #14

Closed pjlhjr closed 1 year ago

pjlhjr commented 1 year ago

Added 'pybag.dbgeng.win32' to the list of packages in setup.py, mistakenly omitted in commit 77bede41410d125d432ef9d398287f3b6c823091. With this fix, released builds will now include the .py files in that directory and run without error.

The PyPi current release, v2.2.7, fails to run out-of-the-box because of this bug.