contrib/python3-jsonschema/setup.py

7 lines
92 B
Python

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