From cf88bc40901f6445418a0e70331d2f3aaf9c7cd9 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Sun, 15 Jun 2014 21:56:19 +0200 Subject: [PATCH] Added to README --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2560f60..42039ad 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ As in mames' original version, you can create such a __script__ easily: Install ------- -`python setup.py install` +Issue `python setup.py install`(You might have to sudo). Drawbacks --------- diff --git a/setup.py b/setup.py index ae0867e..5603aeb 100644 --- a/setup.py +++ b/setup.py @@ -9,11 +9,11 @@ import _ setup( name = '_', description = 'Allows you to write Python scripts using exclusively _', - author = "Veit Heller"_, + author = "Veit Heller", author_email = "veit.heller@htw-berlin.de", version = "0.1.0", url = "https://git.com/hellerve/_", - packages = ['_'], + packages = ['_',], license = "MIT", platforms = ['Linux', 'OS X', 'Windows'] )