summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <vincent@3rdcloud.com>2013-12-28 22:33:46 +0100
committerVincent Driessen <vincent@3rdcloud.com>2014-07-24 23:13:04 +0200
commit50be8dfea6a00b55164e9aeecf76be5494d326ed (patch)
treea6a1e6b252cb82bc241333dc234ee323ffe88d9a
parentf5aea5b86b32ef829a1555939fc76ee3d49898ce (diff)
downloadtimes-50be8dfea6a00b55164e9aeecf76be5494d326ed.tar.gz
Add wheel support to times.
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 172ad11..b868e99 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[bdist_rpm]
requires = pytz
+
+[wheel]
+universal = 1