Merge pull request #6 from kevinheavey/fix-packaging

fix setup.py
This commit is contained in:
timrid 2021-10-23 13:01:38 +02:00 committed by GitHub
commit 7285fd17e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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