From 047d30582d12836251be0aa382dcb1af3304a312 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Sun, 2 Feb 2014 17:28:42 +0100 Subject: [PATCH] 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/ --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..5e40900 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[wheel] +universal = 1