Skip to content

Commit

Permalink
use setuptools_scm to update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Oct 1, 2022
1 parent 4132cc8 commit 14ed0cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[build-system]
requires = [
"setuptools>=42",
"setuptools_scm[toml]>=6.2",
"wheel"
]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[metadata]
name = osyris
version = 2.9.1
author = Neil Vaytet
author_email = [email protected]
description = A package to visualize AMR data from the RAMSES code
license = BSD
license_file = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/osyris-project/osyris
Expand Down

0 comments on commit 14ed0cb

Please sign in to comment.