Skip to content

Commit

Permalink
FIX: More versioneer removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Oct 30, 2024
1 parent c25aaab commit 40e8f37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build-system]
requires = ["setuptools", "setuptools-scm>=6.2"]

[tool.black]
line-length = 100
target-version = ['py38']
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@

setup(
name='act-atmos',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description='Package for working with atmospheric time series datasets',
long_description=readme,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 40e8f37

Please sign in to comment.