Skip to content
Snippets Groups Projects
Commit 169d110ef130 authored by Bob Ippolito's avatar Bob Ippolito
Browse files

add comment about setuptools usage #85

parent 9259afa9da7f
Branches
No related tags found
No related merge requests found
#!/usr/bin/env python
from __future__ import with_statement
#
# To use setuptools commands such as bdist_egg, execute like this:
#
# python -c 'import setuptools; execfile("setup.py")' bdist_egg
#
import sys
from distutils.core import setup, Extension, Command
from distutils.command.build_ext import build_ext
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment