From cc2410350deaf8a9c1d62fa655d3a26301ee7936 Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Fri, 22 Oct 2021 20:00:46 +0100 Subject: [PATCH] fix setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23a7688..6cdeb7a 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ setup( "construct-stubs": ["*.pyi", "lib/*.pyi"], "construct_typed": ["py.typed"], }, - include_package_data=True, license="MIT", + license_files=("LICENSE",), description="Extension for the python package 'construct' that adds typing features", long_description=open("README.md").read(), long_description_content_type="text/markdown",