mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Make setup.py executable.
This commit is contained in:
parent
de6afa5285
commit
b6ba0d9bac
1 changed files with 3 additions and 0 deletions
3
setup.py
Normal file → Executable file
3
setup.py
Normal file → Executable file
|
|
@ -1,3 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# coding: utf-8
|
||||
|
||||
from distutils.core import setup, Extension
|
||||
from Cython.Distutils import build_ext
|
||||
import os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue