Replace unicode character for RPM build.

To make building RPMs of package easier when using ascii by
default.
This commit is contained in:
Sean Marlow 2018-07-31 11:52:52 -06:00
parent 3964ea9ecb
commit 23af33b7ca
No known key found for this signature in database
GPG key ID: B1F9844F525D7D62

View file

@ -4,7 +4,7 @@ from openapi_core.shortcuts import (
create_spec, validate_parameters, validate_body, validate_data,
)
__author__ = 'Artur Maciąg'
__author__ = 'Artur Maciag'
__email__ = 'maciag.artur@gmail.com'
__version__ = '0.5.0'
__url__ = 'https://github.com/p1c2u/openapi-core'