Added to README
This commit is contained in:
@@ -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
|
||||
---------
|
||||
|
4
setup.py
4
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']
|
||||
)
|
||||
|
Reference in New Issue
Block a user