diff options
Diffstat (limited to 'third_party/python/jsonschema/setup.py')
-rw-r--r-- | third_party/python/jsonschema/setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/python/jsonschema/setup.py b/third_party/python/jsonschema/setup.py new file mode 100644 index 0000000000..460aabeb2a --- /dev/null +++ b/third_party/python/jsonschema/setup.py @@ -0,0 +1,2 @@ +from setuptools import setup +setup(use_scm_version=True) |