fune/third_party/python/zipp/setup.py
Chris H-C 329ab8a4a5 Bug 1635260 - Update vendored glean_parser to 1.28.0 r=janerik
Using ./mach vendor python glean_parser==1.28.0

(this is the latest version)

Differential Revision: https://phabricator.services.mozilla.com/D84746
2020-07-29 16:53:10 +00:00

6 lines
92 B
Python

#!/usr/bin/env python
import setuptools
if __name__ == "__main__":
setuptools.setup()