forked from mirrors/gecko-dev
Using ./mach vendor python glean_parser==1.28.0 (this is the latest version) Differential Revision: https://phabricator.services.mozilla.com/D84746
6 lines
92 B
Python
6 lines
92 B
Python
#!/usr/bin/env python
|
|
|
|
import setuptools
|
|
|
|
if __name__ == "__main__":
|
|
setuptools.setup()
|