From fb12b82a18f566bc0d0ce7c6aa3d66dad8245e39 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 24 Oct 2011 22:43:50 +0200 Subject: [PATCH] rename doc files --- INSTALL.txt => INSTALL.rst | 0 README.txt => README.rst | 0 setup.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename INSTALL.txt => INSTALL.rst (100%) rename README.txt => README.rst (100%) diff --git a/INSTALL.txt b/INSTALL.rst similarity index 100% rename from INSTALL.txt rename to INSTALL.rst diff --git a/README.txt b/README.rst similarity index 100% rename from README.txt rename to README.rst diff --git a/setup.py b/setup.py index 112e0ee..a0069b0 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ METADATA = dict( include_package_data = True, scripts=['scripts/deefuzzer'], classifiers = ['Programming Language :: Python', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Multimedia :: Sound/Audio', 'Topic :: Multimedia :: Sound/Audio :: Players',], - long_description=open('README.txt').read(), + long_description=open('README.rst').read(), ) def Main(): -- 2.39.5