diff --git a/setup.py b/setup.py index efd42c6..83bd9fd 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,8 @@ # Copyright Contributors to the fossdriver project. # SPDX-License-Identifier: BSD-3-Clause OR MIT +import setuptools + with open("README.md", "r") as fh: long_description = fh.read()