Browse Source

Merge pull request #44 from romanchyla/zipsafe

Intallation improvement
Peter Magnusson 8 years ago
parent
commit
a1b6370451
1 changed files with 2 additions and 1 deletions
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -27,5 +27,6 @@ setup(name='nodemcu-uploader',
           'console_scripts': [
               'nodemcu-uploader=nodemcu_uploader.main:main_func'
           ]
-      }
+      },
+      zip_safe=False
      )