summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Goirand <zigo@debian.org>2025-11-11 14:06:17 +0100
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2025-11-12 22:46:06 +0000
commit64ba1078b4a50b0c3381f5f9804e42fc16fa508b (patch)
tree7df0e23ccc101b4a531675efc83117af605df9bb /setup.py
Imported using git-ubuntu import.
Notes
Notes:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..c32e31b
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,8 @@
+#!/usr/bin/python3
+
+from setuptools import setup
+
+setup(
+ setup_requires=['pbr>=2.0.0'],
+ pbr=True,
+)