correct setup.py
authorymh <ymh.work@gmail.com>
Thu, 23 Feb 2017 17:29:28 +0100
changeset 370 d53a2e7f3c32
parent 369 ec6cd8ca2407
child 371 6caf02e834aa
correct setup.py
src/setup.py
--- a/src/setup.py	Thu Feb 23 17:26:21 2017 +0100
+++ b/src/setup.py	Thu Feb 23 17:29:28 2017 +0100
@@ -109,7 +109,7 @@
         url='http://www.iri.centrepompidou.fr/dev/hg/iconolab',
         license='LICENSE',
         description='projet Iconolab',
-        long_description=open('README.md').read(),
+        long_description=open('../README.md').read(),
         classifiers=[
             'Development Status :: 4 - Beta',
             'Environment :: Web Environment',