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

Add Poetry for dependency management and PyPI publishing #34

Closed amruthvvkp closed 2 years ago

amruthvvkp commented 2 years ago

We currently use setup.py and setup.cfg to list down all dependencies and publish the binaries/wheel to PyPI through a native GitHub action. Poetry is a fantastic dependency management tool that is simple and minimalistic in usage. It also has an integrated feature to publish packages to PyPI which should ease the effort.