valiot / pygqlc

Python GraphQL Client - PyGQLC
MIT License
12 stars 4 forks source link

Fix `setup.py` to include all modules for `PyGQLC` #29

Open ricardoleal20 opened 1 year ago

ricardoleal20 commented 1 year ago

Description

The actual PyGQLC at the moment of build the dependencies to upload them to PyPi doesn't include all. This PR fix the line that decides what's going inside of that build.

Fixes #TEPYG-77

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Before After
image image
Before, the helper_modules were not included Now, it's included and you can see the modules inside it.
Nothing to show since the helper modules were not included image

Checklist: