fix language statistics #2

Open
opened 2020-01-05 18:09:12 -05:00 by valyrie97 · 0 comments
valyrie97 commented 2020-01-05 18:09:12 -05:00 (Migrated from github.com)

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.

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](https://github.com/github/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.
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: valerie/portapy#2
There is no content yet.