From 022be8f642db838088c61c520e69284be6fb3a91 Mon Sep 17 00:00:00 2001 From: jmg1138 Date: Thu, 9 Nov 2017 15:25:32 -0800 Subject: [PATCH] Changed readme python badge to 2.7 Had to stay with 2.7 for pygtk so I rolled back the version on the readme badge. --- .gitignore | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d20b64..c9da494 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ *.pyc +*.spec +build +dist \ No newline at end of file diff --git a/README.md b/README.md index e8c280f..fea06b8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Another text editor. Edit some temporary notes (plain text), or Python source code (syntax highlighting). A simple text editor with undo/redo, cut/copy/paste/delete, select all, word wrap, line numbers, folding symbols, and Python syntax highlighting. -[![Python 3](https://img.shields.io/badge/Python%20Version-3.6.2-orange.svg?style=flat)](https://www.python.org) +[![Python 2.7](https://img.shields.io/badge/Python%20Version-2.7-orange.svg?style=flat)](https://www.python.org) [![PEP8](https://img.shields.io/badge/Code%20Style-PEP%208-orange.svg?style=flat)](https://www.python.org/dev/peps/pep-0008/) [![Code Climate](https://codeclimate.com/github/nothingworksright/tmpNote/badges/gpa.svg)](https://codeclimate.com/github/nothingworksright/tmpNote) [![Issue Count](https://codeclimate.com/github/nothingworksright/tmpNote/badges/issue_count.svg)](https://codeclimate.com/github/nothingworksright/tmpNote)