Skip to content

Commit

Permalink
[Python] Fix content type of README
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Nov 30, 2023
1 parent 9a9b1df commit 8d17671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def build_extensions(self):
keywords=['XRootD', 'network filesystem'],
license='LGPLv3+',
long_description=open('README.md').read(),
long_description_content_type='text/plain',
long_description_content_type='text/markdown',
packages = ['XRootD', 'XRootD.client', 'pyxrootd'],
package_dir = {
'pyxrootd' : 'bindings/python/src',
Expand Down

0 comments on commit 8d17671

Please sign in to comment.