diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..3396719 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include src/pytest_unflakable/README.md diff --git a/setup.cfg b/setup.cfg index d28c2be..2fc0675 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,13 @@ [metadata] name = pytest-unflakable -version = 0.1.1 +version = 0.1.2 author = Unflakable author_email = support@unflakable.com maintainer = Unflakable maintainer_email = support@unflakable.com license = MIT -license_file = LICENSE +license_files = + LICENSE url = https://unflakable.com project_urls = Repository = https://github.com/unflakable/unflakable-python