Skip to content

Commit

Permalink
metadata update (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Apr 22, 2024
1 parent ec3b4b6 commit 3a82fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ def get_long_description():

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

0 comments on commit 3a82fd5

Please sign in to comment.