summaryrefslogtreecommitdiffstats
path: root/lang/python/python-jsonschema/patches/001-setup.patch
blob: f1e6174fe9b8ebdec089f27827ed94c5d2f10710 (plain)
1
2
3
4
5
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,2 @@
+from setuptools import setup
+setup(use_scm_version=True)