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

fix language statistics #2

Open
valyrie97 opened this issue Jan 5, 2020 · 0 comments
Open

fix language statistics #2

valyrie97 opened this issue Jan 5, 2020 · 0 comments

Comments

@valyrie97
Copy link
Owner

github thinks this is a python package, because its mostly python files, in lines of code. This is cause by pip.py.

solutions

  • add python files to vendored
    • github uses linguist for tracking vendored files/dirs. hit that readme for the docs on it
  • download file like pip.py during the install process, so they dont need to be tracked. this would additionally help, as you could always get the most up to date/correct pip version for they python you downloaded.

The first solution is a one liner, so if you cant be arsed, just do that and make an issue to download realtime later. otherwise, solution 2 will take some lift, and will add maintenance cost, if the external URLs ever change, thats more stuff we have to keep track of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant