diff options
| author | Bruno ReniƩ <bruno@renie.fr> | 2012-08-29 21:25:02 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-08-29 21:25:02 +0200 |
| commit | adbdb18adc37eaffd2ff174853f8026bd29fb998 (patch) | |
| tree | 2fa8bde76398f5dfbf6077528dd38937e8521dbc | |
| parent | 4e70ad11d29bde54b846920ce0dcf8d10741d3ae (diff) | |
Fixed #18874 -- Updated new name of README.rst to auxiliary files
| -rw-r--r-- | MANIFEST.in | 2 | ||||
| -rw-r--r-- | setup.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 2dde740b06..185e57646a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include README +include README.rst include AUTHORS include INSTALL include LICENSE @@ -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 |
