diff options
| author | Thomas Goirand <zigo@debian.org> | 2025-11-11 14:06:17 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2025-11-12 22:46:06 +0000 |
| commit | 64ba1078b4a50b0c3381f5f9804e42fc16fa508b (patch) | |
| tree | 7df0e23ccc101b4a531675efc83117af605df9bb /setup.py | |
0.0.3 (patches unapplied)HEADimport/0.0.3ubuntu/resolute-proposedubuntu/resolute-develubuntu/resoluteubuntu/develdebian/sid
Imported using git-ubuntu import.
Notes
Notes:
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 8 |
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, +) |
