updates for pip

This commit is contained in:
rowanc1
2014-07-03 14:31:21 -07:00
parent 944530fab9
commit d74efc90ed
3 changed files with 6 additions and 6 deletions
+1
View File
@@ -39,3 +39,4 @@ nosetests.xml
*.sublime-workspace *.sublime-workspace
docs/_build/ docs/_build/
*_cython.c *_cython.c
Makefile
+1
View File
@@ -0,0 +1 @@
include *.rst LICENSE
+4 -6
View File
@@ -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,