fix setup.py

This commit is contained in:
kevinheavey 2021-10-22 20:00:46 +01:00
parent 7c310cd771
commit cc2410350d

View file

@ -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",