Skip to content

Commit

Permalink
removing double metadata from setup.py (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Nov 29, 2024
1 parent 653c2ba commit 76c41b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# TODO
[build-system]
requires = ['setuptools==75.3.0', 'setuptools-scm==8.1.0']
requires = ['setuptools==69.1.0', 'setuptools-scm==7.1.0']
build-backend = "setuptools.build_meta"

[project]
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ def get_long_description():

setup(
use_scm_version={"local_scheme": lambda _: "", "version_scheme": "post-release"},
setup_requires=["setuptools_scm", "setuptools"],
install_requires=["ipywidgets", "IPython", "matplotlib", "imageio"],
packages=find_packages(
include=["open_atmos_jupyter_utils", "open_atmos_jupyter_utils.*"]
),
Expand Down

0 comments on commit 76c41b6

Please sign in to comment.