diff --git a/setup.py b/setup.py index 6829222..a898d86 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,7 @@ PyScaffold helps you to put up the scaffold of your new Python project. Learn more under: https://pyscaffold.org/ """ + from setuptools import setup if __name__ == "__main__":