Support publishing wheels

Lesscpy is currently pure-Python and works with both py2 and p3, so we
can publish universal wheels.

See http://pythonwheels.com/
This commit is contained in:
Sascha Peilicke 2014-02-02 17:28:42 +01:00
parent 0e6faff0fb
commit 047d30582d
1 changed files with 2 additions and 0 deletions

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[wheel]
universal = 1