From e0beae7ae0bea46e4af3892bd4d9298d256d3205 Mon Sep 17 00:00:00 2001 From: vrutsky Date: Thu, 2 Jul 2015 11:00:57 +0000 Subject: fix typo: "a a" --- docs/setuptools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/setuptools.txt') diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 89c08e23..0feb09ea 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -1467,7 +1467,7 @@ are included in any source distribution you build. This is a big improvement over having to manually write a ``MANIFEST.in`` file and try to keep it in sync with your project. So, if you are using CVS or Subversion, and your source distributions only need to include files that you're tracking in -revision control, don't create a a ``MANIFEST.in`` file for your project. +revision control, don't create a ``MANIFEST.in`` file for your project. (And, if you already have one, you might consider deleting it the next time you would otherwise have to change it.) -- cgit v1.2.3