Skip to content

Commit

Permalink
Removed print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMosser authored and lmosser committed Jan 23, 2015
1 parent 21f6921 commit 003c921
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
MontePetro - Probabilistic Reserves in Python
=============================================
MontePetro
=============================================
Probabilistic Reserve Estimation in Python
=============================================

Coming soon.
This package provides a library to perform basic monte carlo estimation of property distributions in native python.
The package was originaly intended to estimate oil and gas reserves in multi-regional domains
from petrophysical datasets, but can be applied to a variety of problems.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.3.3',
version='0.3.5',

description='Probabilistic Reserve Estimates in Python',
long_description=long_description,

# The project's main homepage.
url='https://github.com/LukasMosser/MontePetro',
download_url = 'https://github.com/LukasMosser/MontePetro/tarball/0.3.3',
download_url = 'https://github.com/LukasMosser/MontePetro/tarball/0.3.5',
# Author details
author='Lukas Mosser',
author_email='lukas.mosser@gmail.com',
Expand Down

0 comments on commit 003c921

Please sign in to comment.