diff --git a/MANIFEST.in b/MANIFEST.in index d34b8e9..57a79d0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.rst -include COPYING.txt +include COPYING.rst include setupbase.py include setupegg.py diff --git a/setup.py b/setup.py index 07ea5a5..7ef9289 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires utilities which are not available under Windows.""" # # Distributed under the terms of the Modified BSD License. # -# The full license is in the file COPYING.txt, distributed with this software. +# The full license is in the file COPYING.rst, distributed with this software. #----------------------------------------------------------------------------- #-----------------------------------------------------------------------------