This commit is contained in:
jtm
2012-04-23 19:56:21 +00:00
parent 7311c9dedb
commit 2a1eb2f4c7
3 changed files with 3 additions and 3 deletions

2
README
View File

@@ -2,7 +2,7 @@
* LESSCPY *
*
python LessCss Compiler.
v0.9c
v0.9d
A compiler written in python 3 for the lesscss language.
For those of us not willing/able to have node.js installed in our environment.

View File

@@ -19,7 +19,7 @@ from lesscpy.lessc import parser
from lesscpy.lessc import lexer
from lesscpy.lessc import formatter
VERSION_STR = 'Lesscpy compiler 0.9c'
VERSION_STR = 'Lesscpy compiler 0.9d'
def ldirectory(inpath, outpath, args, scope):
"""Compile all *.less files in directory

View File

@@ -5,7 +5,7 @@ from distutils.core import setup
setup(
name='lesscpy',
version='0.9c',
version='0.9d',
description='Lesscss compiler.',
author='Jóhann T Maríusson',
author_email='jtm@robot.is',