We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6505d commit 546bee5Copy full SHA for 546bee5
setup.py
@@ -618,7 +618,7 @@ def get_version(debian=False):
618
os.path.dirname(os.path.abspath(__file__)), "src", PROJECT)
619
sys.path.insert(0, dirname)
620
dont_write_bytecode = sys.dont_write_bytecode
621
- #sys.dont_write_bytecode = True # Avoid creating __pycache__/_version.pyc
+ sys.dont_write_bytecode = True # Avoid creating __pycache__/_version.pyc
622
import _version
623
sys.path = sys.path[1:]
624
sys.dont_write_bytecode = dont_write_bytecode
0 commit comments