Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Dec 9, 2023
1 parent ff26df0 commit 367b1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 367b1af

Please sign in to comment.