From ebd0e530db4fa17699736f626659691846e1ac14 Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Thu, 4 Feb 2010 17:11:52 -0500 Subject: [PATCH] minor: remove references to examples dir --- MANIFEST.in | 1 - README.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 42115f4b3..391b7fa5f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,7 +3,6 @@ include LICENSE include ez_setup.py recursive-include doc *.rst recursive-include doc *.py -recursive-include examples *.py recursive-include tools *.py include tools/README.rst recursive-include test *.py diff --git a/README.rst b/README.rst index fbdb847ab..ee3d2816e 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ Additional dependencies are: Examples ======== -Here's a basic example (for more see the *examples/* directory): +Here's a basic example (for more see the *examples* section of the docs): >>> import pymongo >>> connection = pymongo.Connection("localhost", 27017)