amruthvvkp / flaui-uiautomation-wrapper

Tool to perform UI Automation on Windows desktop applications using an underlying Fla-UI wrapper.
GNU General Public License v3.0
6 stars 3 forks source link

Fix setup.py to allow successful wheel builds for PyPI releases #11

Closed amruthvvkp closed 2 years ago

amruthvvkp commented 2 years ago

Attempting to release v0.0.1 to PyPI made me realize that wheel builds fail due to the dependenceies from setup.py, specifically from the parsing of requirements. This patch is to address those build issues which should allow us to have a successfuly publishing channel to PyPI.