update readme and setup for long description

This commit is contained in:
rowanc1
2014-07-03 15:50:34 -07:00
parent 2dbc50ed90
commit aa74826c19
2 changed files with 9 additions and 13 deletions
+8 -12
View File
@@ -5,24 +5,25 @@
SimPEG
======
.. image:: http://img.shields.io/pypi/v/SimPEG.svg
.. image:: https://img.shields.io/pypi/v/SimPEG.svg
:target: https://crate.io/packages/SimPEG/
:alt: Latest PyPI version
.. image:: http://img.shields.io/pypi/dm/SimPEG.svg
.. image:: https://img.shields.io/pypi/dm/SimPEG.svg
:target: https://crate.io/packages/SimPEG/
:alt: Number of PyPI downloads
.. image:: http://img.shields.io/badge/license-MIT-blue.svg
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://github.com/simpeg/simpeg/blob/master/LICENSE
:alt: BSD 3 clause license.
.. image:: http://img.shields.io/travis/simpeg/simpeg.svg
.. image:: https://img.shields.io/travis/simpeg/simpeg.svg
:target: https://travis-ci.org/simpeg/simpeg
:alt: Travis CI build status
.. image:: http://img.shields.io/coveralls/simpeg/simpeg.svg
.. image:: https://img.shields.io/coveralls/simpeg/simpeg.svg
:target: https://coveralls.io/r/simpeg/simpeg?branch=master
:alt: Coverage status
Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical applications.
@@ -36,25 +37,20 @@ The vision is to create a package for finite volume simulation with applications
Documentation:
http://simpeg.readthedocs.org/en/latest/
http://simpeg.3ptscience.com
Code:
https://github.com/simpeg/simpeg
Tests:
https://travis-ci.org/simpeg/simpeg
Bugs & Issues:
https://github.com/simpeg/simpeg/issues
Code Snippets & Tutorials
:
Code Snippets & Tutorials:
http://www.row1.ca/simpeg
+1 -1
View File
@@ -28,7 +28,7 @@ CLASSIFIERS = [
import os, os.path
with open("README.md") as f:
with open("README.rst") as f:
LONG_DESCRIPTION = ''.join(f.readlines())
setup(