commit | 6080c9b28b0e083373465e76d9445803d7c8d2c3 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Jul 18 10:43:09 2024 -0400 |
committer | GitHub <noreply@github.com> | Thu Jul 18 14:43:09 2024 +0000 |
tree | b3360ec6dfba46e509fa92a4971d701225142223 | |
parent | 66bb947c9708526c4c37adf7a351a0a37c5455e2 [diff] [blame] |
Transition to Tox (#1617)
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)