resolve tox error:
> ERROR: Can not execute setup.py since setuptools is not available in the build environment.
Fixes: https://tracker.ceph.com/issues/67986
Signed-off-by: Casey Bodley <cbodley@redhat.com>
--- /dev/null
+[build-system]
+requires = ["setuptools >= 61.0"]
+build-backend = "setuptools.build_meta"
+
+[project]
+name = "ragweed"
+version = "0.0.1"
+authors = [
+ { name = "Yehuda Sadeh", email = "yehuda@redhat.com" },
+]
+description = "A test suite for ceph rgw"
+license = { file = "LICENSE" }
+keywords = ["ceph", "rgw", "testing"]
+readme = "README.rst"
+dependencies = [
+ "boto",
+ "PyYAML",
+ "munch",
+ "gevent",
+ "isodate",
+]