We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fe35b commit 483e4a9Copy full SHA for 483e4a9
1 file changed
setup.py
@@ -5,8 +5,11 @@
5
import numpy.distutils.core
6
import os
7
8
+
9
from numpy.distutils.misc_util import Configuration
10
# from numpy.distutils.command.bdist import bdist as bdist
11
+# from numpy.distutils.command.sdist import sdist as sdist
12
+from distutils.command.sdist import sdist
13
14
config = Configuration('pysatMagVect')
15
@@ -32,7 +35,7 @@
32
35
description= ''.join(('Calculates geomagnetic unit vectors (field aligned, zonal, and meridional) '
33
36
'and includes supporting routines for characterizing the motion of ionospheric plasma.')),
34
37
url='http://github.com/rstoneback/pysatMagVect',
- # cmdclass={'bdist': bdist},
38
+ cmdclass={'sdist': sdist},
39
40
# Author details
41
author='Russell Stoneback',
0 commit comments