Skip to content

Commit

Permalink
Merge pull request #622 from slayoo/freezing
Browse files Browse the repository at this point in the history
adding author_email to suppress warnings
  • Loading branch information
slayoo authored Sep 16, 2021
2 parents f7a0e60 + 2ed66bf commit 1f1adfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_long_description():

setup(
name='PySDM',
description='Pythonic particle-based (super-droplet) cloud microphysics modelling with Jupyter examples',
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',
use_scm_version=True,
setup_requires=['setuptools_scm'],
install_requires=[
Expand All @@ -24,6 +24,7 @@ def get_long_description():
'pyevtk' + ('==1.2.0' if 'CI' in os.environ else '')
],
author='https://github.com/atmos-cloud-sim-uj/PySDM/graphs/contributors',
author_email='[email protected]',
long_description=get_long_description(),
long_description_content_type="text/markdown",
url="https://github.com/atmos-cloud-sim-uj/PySDM",
Expand Down

0 comments on commit 1f1adfd

Please sign in to comment.