Closed rmotitsuki closed 2 years ago
Fix #58 Running the command python setup.py egg_info returns an error. This PR intend to fix this issue, adding the parameter packages=[] to the setup command. It must solve dependency issues when running pip-compilein other NApps.
python setup.py egg_info
packages=[]
pip-compile
Fix #58 Running the command
python setup.py egg_info
returns an error. This PR intend to fix this issue, adding the parameterpackages=[]
to the setup command. It must solve dependency issues when runningpip-compile
in other NApps.