add more qualifiers to setup.py

This commit is contained in:
rowanc1
2014-07-03 15:12:46 -07:00
parent 8fdd575fb3
commit 00ade54cef
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -25,7 +25,10 @@ You can download the package manager and use it to install the dependencies abov
Installing SimPEG
=================
SimPEG is not **yet** on pip.
SimPEG is on pip!!::
pip install SimPEG
Installing from Source
----------------------
+4
View File
@@ -11,15 +11,19 @@ from Cython.Build import cythonize
import numpy as np
CLASSIFIERS = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering :: Physics',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Operating System :: Unix',
'Operating System :: MacOS',
'Natural Language :: English',
]
import os, os.path