From 00ade54cef8c340ab62007d0d19ba1376ba488a5 Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Thu, 3 Jul 2014 15:12:46 -0700 Subject: [PATCH] add more qualifiers to setup.py --- docs/api_installing.rst | 5 ++++- setup.py | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/api_installing.rst b/docs/api_installing.rst index ede400d0..e0e7ab59 100644 --- a/docs/api_installing.rst +++ b/docs/api_installing.rst @@ -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 ---------------------- diff --git a/setup.py b/setup.py index b33479b2..9dcf2925 100644 --- a/setup.py +++ b/setup.py @@ -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