Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
open automatic versioning
  • Loading branch information
floatingCatty authored Oct 24, 2023
1 parent d32f50f commit c0f8b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "dptb"
version = "1.0.0"
license = "MIT"
license = "LGPL-3.0"
description = "A deep learning package for emperical tight-binding approach with first-principle accuracy."
authors = ["Q. Gu <[email protected]>", "Z. Zhanghao <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -49,7 +49,7 @@ build-backend = "poetry_dynamic_versioning.backend"


[tool.poetry-dynamic-versioning]
enable = false
enable = true
vcs = "git"
strict = true
format-jinja = """
Expand Down

0 comments on commit c0f8b27

Please sign in to comment.