Skip to content

Commit

Permalink
Switch from distutils to setuptools, for develop support
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyg committed Jun 1, 2010
1 parent 5ee55eb commit f596386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.pyc
codegen/
pika.egg-info/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#
# ***** END LICENSE BLOCK *****

from distutils.core import setup
from setuptools import setup
import os

try:
Expand Down

0 comments on commit f596386

Please sign in to comment.