README moves to markdown
[nepi.git] / setup.py
index 235743d..728e04e 100755 (executable)
--- 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 = [ ]