mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 18:25:42 +08:00
add more qualifiers to setup.py
This commit is contained in:
@@ -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
|
||||
----------------------
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user