diff --git a/bin/README b/bin/README deleted file mode 100644 index 6accc729fc..0000000000 --- a/bin/README +++ /dev/null @@ -1,5 +0,0 @@ -Put your python scripts into this directory. - -Any script that has a shebang line with python in it and is executable -will be automatically included in your package. All others must be -declared explicitly in the setup.py file.