Skip to content

Commit 1f1adfd

Browse files
authored
Merge pull request #622 from slayoo/freezing
adding author_email to suppress warnings
2 parents f7a0e60 + 2ed66bf commit 1f1adfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def get_long_description():
1010

1111
setup(
1212
name='PySDM',
13-
description='Pythonic particle-based (super-droplet) cloud microphysics modelling with Jupyter examples',
13+
description='Pythonic particle-based (super-droplet) warm-rain/aqueous-chemistry cloud microphysics package with box, parcel & 1D/2D prescribed-flow examples in Python, Julia and Matlab',
1414
use_scm_version=True,
1515
setup_requires=['setuptools_scm'],
1616
install_requires=[
@@ -24,6 +24,7 @@ def get_long_description():
2424
'pyevtk' + ('==1.2.0' if 'CI' in os.environ else '')
2525
],
2626
author='https://github.com/atmos-cloud-sim-uj/PySDM/graphs/contributors',
27+
author_email='[email protected]',
2728
long_description=get_long_description(),
2829
long_description_content_type="text/markdown",
2930
url="https://github.com/atmos-cloud-sim-uj/PySDM",

0 commit comments

Comments
 (0)