Prevent writing bytecode when building zip
This commit is contained in:
parent
be99bcb250
commit
7577b348a5
4
setup.py
4
setup.py
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import glob
|
||||
import sys
|
||||
import shutil
|
||||
@ -14,6 +15,7 @@ from distutils.command.install_egg_info import install_egg_info
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
requirement_re = re.compile('[><=]+')
|
||||
sys.dont_write_bytecode = True
|
||||
|
||||
|
||||
def set_default_path(var, default):
|
||||
|
Reference in New Issue
Block a user