trigger-corp / browser-extensions

Build and run cross-platform browser extensions from one codebase.
Other
312 stars 52 forks source link

Make tool installable via pip #24

Open patcon opened 10 years ago

jamesmortensen commented 9 years ago

One problem I ran into by having to clone the tool instead of just install it is that I'm not exactly sure how to put my code in GitHub without doing a lot of copy/pasting or symlinking. If there's a better way than that, great, but I also think making this open source tool a pip module would eliminate some issues with people who want to commit src and releases to github without committing all of these third party dependencies.

Hope this helps clarify why making this a pip module would help!