From 367b1af0168f2f906fa4751884d00ea139ec30fc Mon Sep 17 00:00:00 2001 From: Muhammad Nawaz Date: Sat, 9 Dec 2023 15:09:25 +0500 Subject: [PATCH] test --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1b2f37..258f154 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ def build_extension(self, ext: CMakeExtension) -> None: author="Muhammad Nawaz", author_email="m.nawaz2003@gmail.com", description="A FAST Python module to validate the HTTP requests against the OpenAPI specifications of the REST server.", - long_description="", + long_description="Test", ext_modules=[CMakeExtension("oasvalidator")], cmdclass={"build_ext": CMakeBuild}, zip_safe=False,