We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710bea3 commit 4f6f97dCopy full SHA for 4f6f97d
1 file changed
setup.py
@@ -19,9 +19,8 @@
19
numpy.distutils.core.setup(
20
name='pysatMagVect',
21
version=version,
22
- packages=['pysatMagVect','pysatMagVect.tests'],
23
- description=''.join(('Calculates geomagnetic unit vectors (field aligned, zonal, and meridional) '
24
- 'and includes supporting routines for characterizing the motion of ionospheric plasma.')),
+ packages=['pysatMagVect', 'pysatMagVect.tests'],
+ description='Orthogonal geomagnetic vector basis and field-line mapping for multipole magnetic fields.',
25
url='http://github.com/pysat/pysatMagVect',
26
27
# Author details
0 commit comments