Added to README

This commit is contained in:
Veit Heller
2014-06-15 21:56:19 +02:00
parent bbbfe92d02
commit cf88bc4090
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ As in mames' original version, you can create such a __script__ easily:
Install Install
------- -------
`python setup.py install` Issue `python setup.py install`(You might have to sudo).
Drawbacks Drawbacks
--------- ---------

View File

@@ -9,11 +9,11 @@ import _
setup( setup(
name = '_', name = '_',
description = 'Allows you to write Python scripts using exclusively _', description = 'Allows you to write Python scripts using exclusively _',
author = "Veit Heller"_, author = "Veit Heller",
author_email = "veit.heller@htw-berlin.de", author_email = "veit.heller@htw-berlin.de",
version = "0.1.0", version = "0.1.0",
url = "https://git.com/hellerve/_", url = "https://git.com/hellerve/_",
packages = ['_'], packages = ['_',],
license = "MIT", license = "MIT",
platforms = ['Linux', 'OS X', 'Windows'] platforms = ['Linux', 'OS X', 'Windows']
) )