Bug fix: specify interpreter for direct shell execution

This commit is contained in:
Larry Kim 2013-06-06 02:53:04 +09:00
parent 496048ec12
commit 186916ff20

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from setuptools import setup, find_packages from setuptools import setup, find_packages