mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Set the zip_safe flag of setup.py to False (Fixes issue 17).
This hopefully fixes the faulty behavior in egg installations.
This commit is contained in:
parent
949d73a4b4
commit
3d6789f728
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -48,5 +48,5 @@ setup(
|
|||
package_data = {"": ["html/*", "translations/*"]},
|
||||
data_files = [("share/doc/gitinspector", glob("*.txt"))],
|
||||
entry_points = {"console_scripts": ["gitinspector = gitinspector.gitinspector:main"]},
|
||||
zip_safe = True
|
||||
zip_safe = False
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue