mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 17:17:17 +08:00
updates for pip
This commit is contained in:
@@ -39,3 +39,4 @@ nosetests.xml
|
|||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
docs/_build/
|
docs/_build/
|
||||||
*_cython.c
|
*_cython.c
|
||||||
|
Makefile
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
include *.rst LICENSE
|
||||||
@@ -11,10 +11,8 @@ from Cython.Build import cythonize
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
CLASSIFIERS = [
|
CLASSIFIERS = [
|
||||||
'Development Status :: 0.0.1 - Alpha',
|
|
||||||
'Intended Audience :: Science/Research',
|
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Topic :: Scientific/Engineering',
|
'Topic :: Scientific/Engineering',
|
||||||
'Topic :: Scientific/Engineering :: Mathematics',
|
'Topic :: Scientific/Engineering :: Mathematics',
|
||||||
@@ -28,7 +26,7 @@ import os, os.path
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "SimPEG",
|
name = "SimPEG",
|
||||||
version = "0.1dev",
|
version = "0.1.0",
|
||||||
packages = find_packages(),
|
packages = find_packages(),
|
||||||
install_requires = ['numpy>=1.7',
|
install_requires = ['numpy>=1.7',
|
||||||
'scipy>=0.13',
|
'scipy>=0.13',
|
||||||
@@ -39,8 +37,8 @@ setup(
|
|||||||
description = "SimPEG: Simulation and Parameter Estimation for Geophysics",
|
description = "SimPEG: Simulation and Parameter Estimation for Geophysics",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
keywords = "geophysics inverse problem",
|
keywords = "geophysics inverse problem",
|
||||||
url = "http://simeg.rtfd.org/",
|
url = "http://simpeg.3ptscience.com/",
|
||||||
download_url = "http://github.com/simpeg",
|
download_url = "http://github.com/simpeg/simpeg",
|
||||||
classifiers=CLASSIFIERS,
|
classifiers=CLASSIFIERS,
|
||||||
platforms = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],
|
platforms = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],
|
||||||
use_2to3 = False,
|
use_2to3 = False,
|
||||||
|
|||||||
Reference in New Issue
Block a user