summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2014-03-07 22:26:37 +0100
committerMartin Matusiak <numerodix@gmail.com>2014-03-07 22:26:37 +0100
commit7a13398598172ed4ddbf42c24cf664e6bda061f9 (patch)
tree54059243d4fd77a1c744b1e4d18e3f5bd82ed183
parentb00431436c2c1e70be2637f371ae4319e9ebd548 (diff)
parent1c0744e605859da3abb05851583d07e8750819b6 (diff)
downloadansicolor-7a13398598172ed4ddbf42c24cf664e6bda061f9.tar.gz
Merge branch 'develop'
-rw-r--r--.gitignore1
-rw-r--r--README.md2
-rw-r--r--dev-requirements.txt1
-rw-r--r--setup.cfg3
4 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b2e7862..2d1d981 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+build/
dist/
*.egg-info/
*.pyc
diff --git a/README.md b/README.md
index 2b6e815..df44bec 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,5 @@ ansicolor
=========
[![Build Status](https://travis-ci.org/numerodix/ansicolor.png?branch=master)](https://travis-ci.org/numerodix/ansicolor)
+[![Wheel Status](https://pypip.in/wheel/ansicolor/badge.png)](https://pypi.python.org/pypi/ansicolor/)
+
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 3d9e8f0..91cfbf2 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,3 +1,4 @@
cheesecake
flake8
tox
+wheel
diff --git a/setup.cfg b/setup.cfg
index 3313f73..c2866a0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[flake8]
exclude = .tox/*
+
+[wheel]
+universal = 1