Skip to content

Commit de6dae5

Browse files
committed
better description
1 parent dfab651 commit de6dae5

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.zenodo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "statMechCrack: the Python package for a statistical mechanical model for crack growth.",
2+
"title": "statMechCrack: statistical mechanical models for crack growth.",
33
"creators": [
44
{
55
"name": "Michael R. Buche",

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ authors:
77
- family-names: Grutzik
88
given-names: Scott J.
99
orcid: https://orcid.org/0000-0002-6490-3941
10-
title: "statMechCrack: a Python package for a statistical mechanical model for crack growth."
10+
title: "statMechCrack: statistical mechanical models for crack growth."
1111
doi: 10.5281/zenodo.7008312
1212
url: https://github.com/sandialabs/statmechcrack

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ statMechCrack
44

55
|build| |docs| |codecov| |coveralls| |codefactor| |pylint| |codeql| |pyversions| |pypi| |conda| |docker| |license| |zenodo|
66

7-
The Python package for a statistical mechanical model for crack growth.
7+
Statistical mechanical model for crack growth.
88

99
************
1010
Installation
@@ -51,7 +51,7 @@ Information
5151
Citation
5252
********
5353

54-
\M. R. Buche and S. J. Grutzik, ``statMechCrack``: the Python package for a statistical mechanical model for crack growth, `Zenodo (2022) <https://doi.org/10.5281/zenodo.7008312>`_.
54+
\M. R. Buche and S. J. Grutzik, ``statMechCrack``: statistical mechanical model for crack growth, `Zenodo (2022) <https://doi.org/10.5281/zenodo.7008312>`_.
5555

5656
*********
5757
Copyright

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ def get_version():
2727
version=get_version(),
2828
package_dir={'statmechcrack': 'statmechcrack'},
2929
packages=find_packages(),
30-
description='The Python package for \
31-
a statistical mechanical model for crack growth.',
30+
description='Statistical mechanical models for crack growth.',
3231
long_description=read("README.rst"),
3332
author='Michael R. Buche, Scott J. Grutzik',
3433

0 commit comments

Comments
 (0)