File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- include README.txt LICENSE.txt
2-
1+ include README.md LICENSE.txt
Original file line number Diff line number Diff line change 22
33if __name__ == "__main__" :
44
5- try :
6- import pypandoc
7- long_description = pypandoc .convert ('README.md' , 'rst' )
8- except (IOError , ImportError ):
5+ try :
6+ import pypandoc
7+ long_description = pypandoc .convert ('README.md' , 'rst' )
8+ except (IOError , ImportError ):
99 long_description = open ('README.md' ).read ()
1010
1111 __version__ = "0.8.1"
2424 "Topic :: Scientific/Engineering"
2525 ],
2626 url = base_url ,
27- download_url = "{0}/archive/prefpy- {1}.tar.gz" .format (base_url , __version__ ),
27+ download_url = "{0}/archive/v {1}.tar.gz" .format (base_url , __version__ ),
2828 author = "Peter Piech" ,
2929 license = "GPL-3" ,
3030 packages = ["prefpy" ],
You can’t perform that action at this time.
0 commit comments