3

Is there a (de facto) standard MIME type to use for Python wheel packages? I couldn't see any in PEP 427.

I suppose application/zip could be an option, but that seems misleading to me.

OrangeDog
  • 36,653
  • 12
  • 122
  • 207

1 Answers1

2

There is not. However, we can artificially construct one of the following:

  • application/x-wheel+zip
  • application/x-pywheel+zip
phd
  • 82,685
  • 13
  • 120
  • 165
  • @AlphaMycelium Thank you for fixing my spelling, grammar and formatting! English is not my native language. – phd Feb 19 '20 at 15:14