mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
docs: description in setup.py updated.
This commit is contained in:
parent
108e052921
commit
7d0b3d4d6b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ with open(convert_path('pyerrors/version.py')) as ver_file:
|
|||
|
||||
setup(name='pyerrors',
|
||||
version=version['__version__'],
|
||||
description='Statistical error analysis for Monte Carlo simulations',
|
||||
description='Error propagation and statistical analysis for Monte Carlo simulations',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
url="https://github.com/fjosw/pyerrors",
|
||||
|
|
Loading…
Add table
Reference in a new issue