Skip to content

Commit

Permalink
Added eggs support
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeaz committed Nov 27, 2007
1 parent 673d528 commit 56cdc2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
@@ -1,4 +1,7 @@
from distutils.core import setup
try:
from setuptools import setup
except ImportError:
from distutils.core import setup

setup(name = "ply",
description="Python Lex & Yacc",
Expand Down

0 comments on commit 56cdc2c

Please sign in to comment.