From dc855ef69f3d6e7441b349b74915454df61a7fed Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Thu, 10 Dec 2015 17:30:54 +0200 Subject: [PATCH] Change the extension of the README, so it will get rendered by GitHub Also, removes README.python3, which doesn't provide any extra information that's not already found in the README. --- README.Python3 | 33 --------------------------------- README => README.rst | 0 2 files changed, 33 deletions(-) delete mode 100644 README.Python3 rename README => README.rst (100%) diff --git a/README.Python3 b/README.Python3 deleted file mode 100644 index 897e946a8..000000000 --- a/README.Python3 +++ /dev/null @@ -1,33 +0,0 @@ -Python3 -======= - -Compatibility -------------- - -Please, consider python3 >= 3.2 only. - - -Approach --------- - -We maintain a code base that is Python 2/3 compatible simultaneously. - -In order to run pylint locally, you have to install the dependencies:: - - easy_install-3.2 logilab-common - easy_install-3.2 astroid - easy_install-3.2 six - - -Debian ------- - -For the Debian packaging, you can use the debian.py3k/ content against -the debian/ folder:: - - cp debian.py3k/* debian/ - - -Resources ---------- -https://docs.python.org/3/howto/pyporting.html diff --git a/README b/README.rst similarity index 100% rename from README rename to README.rst