forked from mirrors/gecko-dev
The previous version of `pip-tools` was incompatible with our vendored `virtualenv`. Differential Revision: https://phabricator.services.mozilla.com/D93263
3 lines
58 B
Python
3 lines
58 B
Python
from setuptools import setup
|
|
|
|
setup(use_scm_version=True)
|