summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* use pathlib2 instead of pathlibLeo Q2021-10-131-1/+1
* Make C extension optionalIvan Kolodyazhny2020-03-251-3/+5
* make it work with setuptools v46Marcin Juszkiewicz2020-03-201-18/+15
* Add meta-information that this package is not "zip_safe"Holger Peters2018-06-141-0/+1
* Added less2scss commandGerman M. Bravo2015-04-101-0/+1
* Trying that again...Eevee (Alex Munroe)2014-10-131-3/+3
* Explicitly decode file contents in setup.py. Fixes #308.Eevee (Alex Munroe)2014-10-131-2/+4
* Experiment with porting path handling to use pathlib.Eevee (Alex Munroe)2014-10-061-0/+1
* Added hashtableGerman M. Bravo2014-09-221-1/+1
* Fix setup.py to include the grammar, oops.Eevee (Alex Munroe)2014-09-021-0/+1
* Preserve the order of slurpy kwargs. Fix a heisentest.Eevee (Alex Munroe)2014-08-311-2/+9
* Move ALL the parsing stuff under scss/grammar/.Eevee (Alex Munroe)2014-08-291-1/+1
* Remove scss.functions!Eevee (Alex Munroe)2014-08-271-2/+2
* Adds requirement for enum34 if python version is < 3.4Thomas Khyn2014-08-251-3/+1
* Six install in the package dir is not necessary anymoreThomas Khyn2014-08-251-5/+3
* Remove the runtime C speedups warning. Fixes #83.Eevee (Alex Munroe)2014-05-021-7/+11
* Include speedups header files in an sdist.Eevee (Alex Munroe)2013-10-081-0/+2
* Fix setup.py, probably.Eevee (Alex Munroe)2013-10-081-7/+0
* Apparently I want install_requires, not requires.Eevee (Alex Munroe)2013-09-161-1/+1
* Fix setup.py requiring `six` just to import. #204Eevee (Alex Munroe)2013-09-161-0/+4
* Python 3 compatibility, at least with syntax and builtins.Eevee (Alex Munroe)2013-08-021-0/+3
* Update setup.py to know about scss.functions.Eevee (Alex Munroe)2013-07-261-1/+5
* Fix command line entry point (thanks to fschulze)German M. Bravo2012-08-181-1/+1
* Version bump introducing speedupsGerman M. Bravo2012-01-021-75/+124
* C extension modules for scanning and locating blocks finished (scanning seems...German M. Bravo2011-12-251-1/+8
* Fixed some bugs in the C extension. Added some missing Sass functionsGerman M. Bravo2011-12-231-3/+34
* Building a C scannerGerman M. Bravo2011-12-231-13/+17
* Version 1.0.9 releasev1.0.9German M. Bravo2011-12-221-2/+5
* Module renamed back to scss, src-color default to blackv1.0German M. Bravo2011-05-131-3/+3
* Renaming pathGerman M. Bravo2011-05-041-3/+3
* packaging - Created a proper package for pyScss rather than basing offSteven Johnson2011-05-031-4/+15
* Added "less" as a package keywordGerman M. Bravo2011-02-261-1/+1
* Scss version bump to v1.0rc1German M. Bravo2011-02-261-0/+35