We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7bbb2 commit 9861a46Copy full SHA for 9861a46
cyclonedx_py/_internal/utils/mimetypes.py
@@ -29,6 +29,7 @@
29
'.md': 'text/markdown',
30
'.txt': 'text/plain',
31
'.rst': 'text/prs.fallenstein.rst',
32
+ '.rtf': 'application/rtf',
33
'.xml': 'text/xml', # not `application/xml` -- our scope is text!
34
# license-specific files
35
'.license': _MIME_TEXT_PLAIN,
0 commit comments