diff --git a/setup.py b/setup.py index 9ef355e..dd071d9 100644 --- a/setup.py +++ b/setup.py @@ -25,4 +25,5 @@ def get_long_description(): extras_require={"test": ["pytest", "pytest-asyncio", "asgiref~=3.1.2"]}, tests_require=["asgi-auth-github[test]"], package_data={"asgi_auth_github": ["templates/*.html"]}, + setup_requires=['wheel'] )