From a514a163613714353fc2f7706255e909a015c30a Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 14 Feb 2016 14:11:22 +0200 Subject: [PATCH] Enhance the readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 16fca5f2..37c30a1b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # PySol Fan Club edition +This is a collection of Card Solitaire/Patience games written in Python. +See http://pysolfc.sourceforge.net/ . + +This is a maintenace branch of PySol FC by Shlomi Fish and by some other +people, aiming to clean up the code, add features, fix bugs, port to Python +3, etc. + +[![Build Status](https://travis-ci.org/shlomif/PySolFC.svg?branch=master)](https://travis-ci.org/shlomif/PySolFC) + ## Requirements. - Python (2.4 or later) (NB: python 2.6.0 has a bug, use 2.6.1 instead)