Initial commit
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..f7cabb3
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: Apache-2.0
+
+import setuptools
+
+setuptools.setup(setup_requires=["pbr>=2.0.0"], pbr=True)