mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Use setuptools to build egg package.
This commit is contained in:
parent
52a7c02a50
commit
002a941b43
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -5,8 +5,8 @@ version = (0, 2, 0, 'dev')
|
|||
import os
|
||||
import sys
|
||||
from glob import glob
|
||||
from distutils.core import setup, Extension
|
||||
from distutils.command.sdist import sdist
|
||||
from setuptools import setup, Extension
|
||||
|
||||
try:
|
||||
from Cython.Distutils import build_ext
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue