Skip to content

Commit

Permalink
Update long-description for pypi
Browse files Browse the repository at this point in the history
Former-commit-id: f87d3e44938b1ceb818baf5f9de2b2afee81bd46 [formerly fa9e0b7]
Former-commit-id: 6414b8cf4e7ef3537d8c2584cde74f3c0e4bebf2
  • Loading branch information
calum-chamberlain committed Mar 8, 2016
1 parent 1a526c1 commit cb32fc2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@
here = path.abspath(path.dirname(__file__))

# Get the long description from the relevant file
long_description = read_md('README.md')
long_description = "EQcorrscan: matched-filter earthquake detection and " +\
"analysis in Python. Open-source routines for: systematic template " +\
"creation, multi-parallel matched-filter detection, clustering of " +\
"events, integration with SEISAN, SAC, QuakeML and NonLinLoc, " +\
"magnitude calculation by singular value decomposition, and more!"

# Get a list of all the scripts not to be installed
scriptfiles = glob.glob('eqcorrscan/tutorials/*.py')
Expand All @@ -56,7 +60,7 @@
# https://packaging.python.org/en/latest/single_source_version.html
version=eqcorrscan.__version__,

description='EQcorrscan - correlation earthquake detection',
description='EQcorrscan - matched-filter earthquake detection and analysis',
long_description=long_description,

# The project's main homepage.
Expand Down

0 comments on commit cb32fc2

Please sign in to comment.