commit | f3152224a9493c0432245631a252a8b9cf2dcc4f | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Jul 19 00:40:24 2024 -0400 |
committer | GitHub <noreply@github.com> | Fri Jul 19 04:40:24 2024 +0000 |
tree | e5f6e19894777896b03caf642edb425df1c7e99f | |
parent | 998d306b4e9ed913852b6f8d96138f3edb4fa17c [diff] [blame] |
[stable/zed] Transition to Tox (#1642)
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)