File tree Expand file tree Collapse file tree 2 files changed +3
-209
lines changed Expand file tree Collapse file tree 2 files changed +3
-209
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3232 version = re .search (r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]' ,
3333 fd .read (), re .MULTILINE ).group (1 )
3434
35- with open ('README.rst ' , 'r' , 'utf-8' ) as f :
35+ with open ('README.md ' , 'r' , 'utf-8' ) as f :
3636 readme = f .read ()
3737
3838packages = [
6060 download_url = 'https://github.com/minio/minio-py' ,
61616262 version = version ,
63+ long_description_content_type = 'text/markdown' ,
6364 package_dir = {'minio' : 'minio' },
6465 packages = packages ,
6566 install_requires = requires ,
7980 'Topic :: Software Development :: Libraries :: Python Modules' ,
8081 ],
8182 long_description = readme ,
82- package_data = {'' : ['LICENSE' , 'README.rst ' ]},
83+ package_data = {'' : ['LICENSE' , 'README.md ' ]},
8384 include_package_data = True ,
8485)
You can’t perform that action at this time.
0 commit comments