Skip to content

Commit 402a512

Browse files
enryHCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a4b10c6 commit 402a512

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ authors = [{ name = "Lars Schöning", email = "lays@biosustain.dtu.dk" },
66

77
description = "A tool for estimating growth rates in growth curves."
88
name = "croissance"
9-
# This means: Load the version from the package itself.
10-
# See the section below: [tools.setuptools.dynamic]
9+
# This means: the version is provided dynamically (not hard-coded here).
10+
# See the section below: [tool.setuptools_scm]
1111
dynamic = [
12-
"version", # version is loaded from the package
12+
"version", # version is managed by setuptools_scm
1313
#"dependencies", # add if using requirements.txt
1414
]
1515
readme = "README.rst"
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: Utilities",
2121
"Intended Audience :: Science/Research",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.6",
23+
"Programming Language :: Python :: 3.9",
2424
]
2525
# Also update LICENSE file if you pick another one
2626
# license = {file = "LICENSE"} # SPDX: Apache-2.0

0 commit comments

Comments
 (0)