Explorar o código

Don't include README in long_description

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
a0c6afd224
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -47,8 +47,8 @@ py_minor_version = py_version_info[1]
 if (py_major_version == 2 and py_minor_version <=5) or py_major_version < 2:
     install_requires.append("multiprocessing")    
 
-long_description = codecs.open("README.rst", "r", "utf-8").read() + "\n" + \
-                   codecs.open("Changelog", "r", "utf-8").read()
+long_description = codecs.open("README.rst", "r", "utf-8").read()
+                   
 
 setup(
     name='celery',