File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ def get_long_description():
1313
1414setup (
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 (),
You can’t perform that action at this time.
0 commit comments