Skip to content

Commit 4cf1d1f

Browse files
committed
Infer version from the source code repo.
Ref #12
1 parent de46e07 commit 4cf1d1f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=56"]
2+
requires = ["setuptools>=56", "setuptools_scm[toml]>=3.4.1"]
33
build-backend = "setuptools.build_meta"
4+
5+
[tool.setuptools_scm]

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = pytest-ignore-flaky
33
description = ignore failures from flaky tests (pytest plugin)
44
long_description = file:README.rst
5-
version = 2.2.0
65
author = Eduardo Naufel Schettino, Marcos Alfredo Camargo Leal Pinto
76
87
maintainer = Jason R. Coombs

0 commit comments

Comments
 (0)