summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerman M. Bravo <german.mb@deipi.com>2011-02-26 19:50:02 -0600
committerGerman M. Bravo <german.mb@deipi.com>2011-02-26 19:50:02 -0600
commitc6918f18b895c79cf00bfe9500b3af3dad011188 (patch)
treeb6d513b8840c0b429a660ee9b887a2bc6d1e08ec
parent596b5b928b6508ceb16e3af38a6e55794f3f17dc (diff)
downloadpyscss-c6918f18b895c79cf00bfe9500b3af3dad011188.tar.gz
Added "less" as a package keyword
-rw-r--r--pyScss.egg-info/PKG-INFO2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pyScss.egg-info/PKG-INFO b/pyScss.egg-info/PKG-INFO
index a7e5387..780c903 100644
--- a/pyScss.egg-info/PKG-INFO
+++ b/pyScss.egg-info/PKG-INFO
@@ -309,7 +309,7 @@ Description: pyScss, a Scss compiler for Python
xCSS:
(c) 2010 Anton Pawlik
http://xcss.antpaw.org/docs/
-Keywords: css oocss xcss sass scss precompiler
+Keywords: css oocss xcss sass scss less precompiler
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
diff --git a/setup.py b/setup.py
index c3dc61c..5ba5b5d 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(name=PROJECT,
'scss',
],
license=LICENSE,
- keywords='css oocss xcss sass scss precompiler',
+ keywords='css oocss xcss sass scss less precompiler',
classifiers=["Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",