X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=blobdiff_plain;f=setup.py;h=728e04eef1c089a3db58426028a9508acca6be09;hp=235743d58b07d4a8375ad70fe880096679be6563;hb=7bdd35bc0d846e6ae89bdc8aaa2e919bbac25096;hpb=734d50b0e95d38e422b89752d64fa300438cebfc diff --git a/setup.py b/setup.py index 235743d5..728e04ee 100755 --- a/setup.py +++ b/setup.py @@ -9,10 +9,11 @@ with open('VERSION') as f: version_tag = f.read().strip() with open("COPYING") as f: license = f.read() -with open("README") as f: +with open("README.md") as f: long_description = f.read() -data_files = [ ('/etc/nepi', [ 'VERSION', 'COPYING', 'README' ] ) ] +# we'd probably would be better off with this some place else +data_files = [ ('/etc/nepi', [ 'COPYING', 'README.md' ] ) ] ### requirements - used by pip install required_modules = [ ]