Skip to content

Commit 7d1496c

Browse files
authored
Merge pull request #1 from ovh/dev/aleblanc/setup-author-typo
fix(setup): remove typo from entry author
2 parents 6f5d267 + 948fcc8 commit 7d1496c

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)