Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 46c53dc

Browse files
committed
Publish package README and bump version to 0.1.1
1 parent 304f9e6 commit 46c53dc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ for instructions on getting started using Unflakable.
1717

1818
## PyTest Plugin
1919

20+
[![PyPI version](https://img.shields.io/pypi/v/pytest-unflakable.svg)](https://pypi.org/project/pytest-unflakable)
21+
2022
This Unflakable plugin enables users of the [PyTest](https://pytest.org) Python test framework
2123
to quarantine flaky tests and track test results.
2224

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pytest-unflakable
3-
version = 0.1.0
3+
version = 0.1.1
44
author = Unflakable
55
author_email = support@unflakable.com
66
maintainer = Unflakable
@@ -12,7 +12,7 @@ project_urls =
1212
Repository = https://github.com/unflakable/unflakable-python
1313
Documentation = https://docs.unflakable.com/plugins/pytest
1414
description = Unflakable plugin for PyTest
15-
long_description = file: README.md
15+
long_description = file: src/pytest_unflakable/README.md
1616
long_description_content_type = text/markdown
1717
classifiers =
1818
Development Status :: 4 - Beta

0 commit comments

Comments
 (0)