Menu

Diff of /setup.py [fa8974] .. [0e37ee]  Maximize  Restore

Switch to side-by-side view

--- a/setup.py
+++ b/setup.py
@@ -2,8 +2,8 @@
 
 import os
 import sys
-from distutils.core import setup
-from distutils.extension import Extension
+import ez_setup; ez_setup.use_setuptools()
+from setuptools import setup, Extension
 
 if sys.version_info < (2, 3):
     raise Error, "Python-2.3 or newer is required"
@@ -23,4 +23,5 @@
             ],
         **options),
     ]
+metadata['long_description'] = metadata['long_description'].replace(r'\n', '')
 setup(**metadata)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.