commit | 2be5ecd7e994b0b34bc02b90ff9836efe60ad1ad | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Jul 19 00:38:45 2024 -0400 |
committer | GitHub <noreply@github.com> | Fri Jul 19 04:38:45 2024 +0000 |
tree | 5585725c54a933c8497c6e17133bcde004061dd6 | |
parent | 23d5178489974d2e3091b4941d6bebf4f8cee4c9 [diff] [blame] |
[stable/2023.1] Transition to Tox (#1641)
diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..8f419ca --- /dev/null +++ b/setup.py
@@ -0,0 +1,6 @@ +# Copyright (c) 2024 VEXXHOST, Inc. +# SPDX-License-Identifier: Apache-2.0 + +import setuptools + +setuptools.setup(setup_requires=["pbr>=2.0.0"], pbr=True)