Skip to content

Commit 948fcc8

Browse files
committed
fix(setup): remove typo from entry author
Signed-off-by: Antoine Leblanc <antoine.leblanc@ovhcloud.com>
1 parent 6f5d267 commit 948fcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name="APISpec-fromfile",
1010
version="1.0.1",
11-
author="OVHCloud",
11+
author="OVHcloud",
1212
author_email="opensource@ovhcloud.com",
1313
description="APISpec plugin to import OpenAPI specifications from a file instead of putting YAML into docstrings",
1414
long_description=long_description,

0 commit comments

Comments
 (0)