Skip to content

Commit

Permalink
Merge pull request #4 from Yasumoto/yasumoto/setuptools_for_eggs
Browse files Browse the repository at this point in the history
Move from distutils to setuptools to allow for egg building.
  • Loading branch information
core-ablanco committed Feb 18, 2015
2 parents 116b1db + 8f4fd7f commit 2331603
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# $Id: setup.py 47 2010-08-25 19:07:28Z aweil $

import sys, os
from distutils.core import setup, Extension
import distutils.ccompiler
import distutils.errors
from setuptools import setup, Extension

PACKAGE_NAME = 'pcapy'

Expand Down

0 comments on commit 2331603

Please sign in to comment.