Browse Source

Change setup.py to runnable

yulai.li 7 years ago
parent
commit
070fe96dc3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      setup.py

+ 2 - 0
setup.py

@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 from distutils.core import setup
 
 long_description = """TiDB backend for Django"""