Fix setuptools warning about license_files

This commit is contained in:
Adam Johnson 2022-08-09 11:30:44 +01:00
parent 20d106d8a3
commit fb9cef8666

View File

@ -1,5 +1,5 @@
[metadata] [metadata]
license_file = LICENSE.md license_files = LICENSE.md
[tool:pytest] [tool:pytest]
addopts=--tb=short --strict-markers -ra addopts=--tb=short --strict-markers -ra