Skip to content

Commit

Permalink
solved version subs?
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Mar 2, 2024
1 parent 6f9b5ab commit 8a93912
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Topic :: Education",
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
description = "Representing double stranded DNA and functions for simulating cloning and homologous recombination between DNA molecules."
# description = "Representing double stranded DNA and functions for simulating cloning and homologous recombination between DNA molecules."
dynamic = ["version"]
name = "pydna"
readme = "README.md"
Expand Down Expand Up @@ -71,9 +71,7 @@ enable = true
style = "semver"
vcs = "git"
[tool.poetry-dynamic-versioning.substitution]
folders = [
{path = "src"},
]
files = ["src/pydna/__init__.py"]
[tool.poetry.group.test] # This part can be left out
[tool.poetry.group.test.dependencies]
coverage = ">=7.1.0"
Expand Down

0 comments on commit 8a93912

Please sign in to comment.