Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing setup.py to include dex2jar correctly #323

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixing setup.py to include dex2jar correctly #323

wants to merge 1 commit into from

Commits on Apr 2, 2019

  1. Fixing setup.py to include dex2jar correctly

    I tried to use `pip install .` to install qark recently in a vagrant machine and encountered the following error:
    
    ```
     can't copy 'qark/lib/dex2jar-2.0/lib': doesn't exist or not a regular file
    ```
    
    I am not 100% familiar with setup.py but fixxing this line to `*.*` so pip would try to copy only files with extension in dex2jar directory works. `*` would instruct pip to also copy lib child folder which cause the error above.
    San
    santrancisco authored Apr 2, 2019
    Configuration menu
    Copy the full SHA
    d30652f View commit details
    Browse the repository at this point in the history