test
This commit is contained in:
parent
bf65a19da6
commit
aa2faa3b67
1 changed files with 3 additions and 23 deletions
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "optifik"
|
name = "optifik"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
description = "Compute film thickness from interferometry"
|
description = "Compute film thickness from interferometry"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "François Boulogne", email = "francois.boulogne@cnrs.fr" },
|
{ name = "François Boulogne", email = "francois.boulogne@cnrs.fr" },
|
||||||
|
@ -19,27 +19,6 @@ dependencies = [
|
||||||
packages = ["optifik"]
|
packages = ["optifik"]
|
||||||
|
|
||||||
|
|
||||||
[tool.bumpver]
|
|
||||||
current_version = "0.1.2"
|
|
||||||
version_pattern = "MAJOR.MINOR.PATCH"
|
|
||||||
commit = true
|
|
||||||
tag = true
|
|
||||||
push = false
|
|
||||||
|
|
||||||
|
|
||||||
[bumpver.file_patterns]
|
|
||||||
"pyproject.toml" = [
|
|
||||||
'current_version = "{version}"',
|
|
||||||
'version = "{version}"',
|
|
||||||
]
|
|
||||||
"optifik/__init__.py" = [
|
|
||||||
'^__version__ = "{version}"$,',
|
|
||||||
]
|
|
||||||
"README.md" = [
|
|
||||||
'^Current stable version {version}',
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/votrecompte/votreprojet"
|
Homepage = "https://github.com/votrecompte/votreprojet"
|
||||||
|
@ -52,7 +31,7 @@ Issues = "https://github.com/sciunto-org/optifik/issues"
|
||||||
dev = [
|
dev = [
|
||||||
"pytest",
|
"pytest",
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"bumpver"
|
"poetry"
|
||||||
]
|
]
|
||||||
|
|
||||||
docs = [
|
docs = [
|
||||||
|
@ -82,3 +61,4 @@ build-backend = "setuptools.build_meta"
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
source = ["optifik"]
|
source = ["optifik"]
|
||||||
omit = ["optifik/tests/*"]
|
omit = ["optifik/tests/*"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue