From 03f62c392f3c140f4cefb5ccd129d32734b169c3 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 2 Oct 2013 15:34:18 +0200 Subject: Make a proper Python package out of it. * add setup.py * add proper README.md * make script more object-oriented and with more simple API. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bb0acb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*~ +*.pyc +build/ +MANIFEST +dist/ -- cgit