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

Commit c6df05f

Browse files
committed
Add MANIFEST.in to include README
1 parent 46c53dc commit c6df05f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include src/pytest_unflakable/README.md

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[metadata]
22
name = pytest-unflakable
3-
version = 0.1.1
3+
version = 0.1.2
44
author = Unflakable
55
author_email = support@unflakable.com
66
maintainer = Unflakable
77
maintainer_email = support@unflakable.com
88
license = MIT
9-
license_file = LICENSE
9+
license_files =
10+
LICENSE
1011
url = https://unflakable.com
1112
project_urls =
1213
Repository = https://github.com/unflakable/unflakable-python

0 commit comments

Comments
 (0)