mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
12 lines
269 B
Diff
12 lines
269 B
Diff
|
--- setup.py.orig 2012-08-30 08:49:42.000000000 +1000
|
||
|
+++ setup.py 2013-03-07 20:03:40.356427113 +1000
|
||
|
@@ -8,7 +8,7 @@
|
||
|
import os
|
||
|
import sys
|
||
|
|
||
|
-from distutils.core import setup
|
||
|
+from setuptools import setup
|
||
|
|
||
|
if os.path.exists('MANIFEST'):
|
||
|
os.remove('MANIFEST')
|