File tree 1 file changed +2
-2
lines changed
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():
13
13
14
14
setup (
15
15
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' ,
17
17
use_scm_version = {
18
18
"local_scheme" : lambda _ : "" ,
19
19
"version_scheme" : "post-release"
20
20
},
21
21
setup_requires = ['setuptools_scm' ],
22
22
install_requires = ['ipywidgets' , 'IPython' , 'matplotlib' ],
23
23
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' ,
25
25
license = "GPL-3.0" ,
26
26
packages = find_packages (include = ['open_atmos_jupyter_utils' , 'open_atmos_jupyter_utils.*' ]),
27
27
long_description = get_long_description (),
You can’t perform that action at this time.
0 commit comments