summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2018-12-22 19:49:33 -0600
committerDavid Beazley <dave@dabeaz.com>2018-12-22 19:49:33 -0600
commit0a91e272ec608f2c37aa90ad3174f453c5d4d9b7 (patch)
treebeec22b52b4db14561b197ccdb71a0724ea5f094
parent828ddf095642fdd9e7f5501574ecbcef62374457 (diff)
downloadply-0a91e272ec608f2c37aa90ad3174f453c5d4d9b7.tar.gz
Remove mention of setup.py
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index ce6c7d1..4fd3168 100644
--- a/README.md
+++ b/README.md
@@ -86,8 +86,6 @@ individually and use them as modules. For example:
import lex
import yacc
-The file setup.py can be used to install ply using distutils.
-
The file doc/ply.html contains complete documentation on how to use
the system.