illinois-dres-aitg / pyia2

Python interface to MSAA and IAccessible2 Interfaces
GNU General Public License v3.0
9 stars 10 forks source link

Avoid setup dependency on pyia2 #6

Closed wolfmanstout closed 3 years ago

wolfmanstout commented 3 years ago

Avoid setup dependency on pyia2, which breaks if required packages are not yet installed. Using recommended fix: https://packaging.python.org/guides/single-sourcing-package-version/

wolfmanstout commented 3 years ago

Friendly ping on this -- it's critical for an error-free installation.

jongund commented 3 years ago

@wolfmanstout Thanks for the update.