setup.py: Turn isort off/on around import setup_env.py

setup_env.py is NEVER checked into git, forcing anyone running the code
to ensure they have it set up correctly before setup.py will work.
This commit is contained in:
Athanasius 2022-03-12 14:58:50 +00:00
parent 32c4e83ff9
commit 7523d6dc17

View File

@ -9,7 +9,9 @@ import sys
from setuptools import find_packages, setup
# isort: off
import setup_env
# isort: on
VERSIONFILE = "src/eddn/conf/Version.py"
verstr = "unknown"