diff --git a/setup.py b/setup.py index f457feb861f..e1956f69e05 100644 --- a/setup.py +++ b/setup.py @@ -4,9 +4,9 @@ """ Demisto SDK """ -import os -from setuptools import find_packages, setup # noqa: H301 import pipfile2req +from setuptools import find_packages, setup # noqa: H301 + NAME = "demisto-sdk" REQUIREMENTS_NAME = 'requirements.txt' # To install the library, run the following