instrumenta / openapi2jsonschema

Convert OpenAPI definitions into JSON schemas for all types in the API
Other
226 stars 87 forks source link

0.9.1 sdist doesnt include entry point #35

Open jayvdb opened 4 years ago

jayvdb commented 4 years ago

The generated setup.py in the 0.9.1 sdist uploaded to PyPI includes entry_points=... , however it imports distutils.core rather than setuptools, and distutils.core doesnt recognise entry_points, so it emits a warning and ignores it.