mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
ab55fb68d1
The license used to be LGPL so the code lived in other-licenses, but it was changed to BSD eleven years ago. Let's move it over to third_party/python/ply where it belongs. ./mach vendor python ply==3.10 `diff -r` between the original `ply` directory and the new one only comes up with the new file `third_party/python/ply/CHANGES` which isn't relevant to the functionality of the code, so this should be a no-op all told. Differential Revision: https://phabricator.services.mozilla.com/D73341
9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
recursive-include example *
|
|
recursive-include doc *
|
|
recursive-include test *
|
|
include ANNOUNCE
|
|
include README.md
|
|
include CHANGES
|
|
include TODO
|
|
global-exclude *.pyc
|