Skip to content

Commit dadb7fb

Browse files
committed
Replace unicode character for RPM build.
To make building RPMs of package easier when using ascii by default.
1 parent e41c772 commit dadb7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_spec_validator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from openapi_spec_validator.factories import JSONSpecValidatorFactory
88
from openapi_spec_validator.validators import SpecValidator
99

10-
__author__ = 'Artur Maciąg'
10+
__author__ = 'Artur Maciag'
1111
__email__ = '[email protected]'
1212
__version__ = '0.2.3'
1313
__url__ = 'https://github.com/p1c2u/openapi-spec-validator'

0 commit comments

Comments
 (0)