Skip to content

Commit 3a82fd5

Browse files
authored
metadata update (#19)
1 parent ec3b4b6 commit 3a82fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ def get_long_description():
1313

1414
setup(
1515
name='open-atmos-jupyter-utils',
16-
description='utility routines used in PySDM and PyMPDATA examples and tests',
16+
description='utility routines used in PySDM, PyMPDATA and PyPartMC examples and tests',
1717
use_scm_version={
1818
"local_scheme": lambda _: "",
1919
"version_scheme": "post-release"
2020
},
2121
setup_requires=['setuptools_scm'],
2222
install_requires=['ipywidgets', 'IPython', 'matplotlib'],
2323
author='https://github.com/open-atmos/jupyter-utils/graphs/contributors',
24-
author_email='sylwester.arabas@uj.edu.pl',
24+
author_email='sylwester.arabas@agh.edu.pl',
2525
license="GPL-3.0",
2626
packages=find_packages(include=['open_atmos_jupyter_utils', 'open_atmos_jupyter_utils.*']),
2727
long_description=get_long_description(),

0 commit comments

Comments
 (0)