summaryrefslogtreecommitdiff
path: root/jplephem/0001_use-setuptools.patch
blob: 23f258db418187e78d1f37d8c2d33b8e66f613f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/setup.py b/setup.py
index 0b20692..954bf21 100644
--- setup.py
+++ setup.py
@@ -1,8 +1,4 @@
-from distutils.core import setup
-
-# Fake the presence of numpy so import can succeed.
-import sys
-sys.modules['numpy'] = sys.modules['sys']
+from setuptools import setup
 
 import jplephem
 description, long_description = jplephem.__doc__.split('\n', 1)