Browse Source

Fixed #18874 -- Updated new name of README.rst to auxiliary files

Bruno Renié 12 years ago
parent
commit
adbdb18adc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      MANIFEST.in
  2. 1 1
      setup.cfg

+ 1 - 1
MANIFEST.in

@@ -1,4 +1,4 @@
-include README
+include README.rst
 include AUTHORS
 include INSTALL
 include LICENSE

+ 1 - 1
setup.cfg

@@ -1,4 +1,4 @@
 [bdist_rpm]
-doc_files = docs extras AUTHORS INSTALL LICENSE README
+doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
 install-script = scripts/rpm-install.sh