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 015b4d1b2c
commit ff18edff6e
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

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"