From e2978131da7ab7b565a21f8118d9f9db54d4ab63 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 4 Aug 2022 20:48:54 +0200 Subject: Make the package PEP 561 compliant --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4452491..6a04053 100644 --- a/setup.py +++ b/setup.py @@ -11,9 +11,13 @@ setup( name='hazwaz', version='0.0.3', packages=find_packages(), + package_data={ + "hazwaz": ["py.typed"], + }, test_suite='tests', install_requires=[], python_requires='>=3', + zip_safe=False, # Metadata author="Elena ``of Valhalla'' Grandi", author_email='valhalla@trueelena.org', -- cgit v1.2.3