diff options
| -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 |
