diff --git a/MANIFEST.in b/MANIFEST.in index 1c6c1cfa6..0efb3c7ec 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include LICENSE LICENSE.lesser Makefile requirements.txt requirements-opts.txt README_RAW.rst telegram/py.typed +include LICENSE LICENSE.lesser requirements.txt requirements-opts.txt README_RAW.rst telegram/py.typed diff --git a/setup.cfg b/setup.cfg index 8c5dd156c..7e74d0fa2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -license_file = LICENSE.dual +license_files = LICENSE, LICENSE.dual, LICENSE.lesser [build_sphinx] source-dir = docs/source