Merge branch 'stonebig-master' into all-fixes

This commit is contained in:
Mikhail Korobov 2015-04-17 03:38:12 +05:00
commit 5ed73386d1
2 changed files with 4 additions and 3 deletions

2
setup.cfg Normal file
View File

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

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python
from distutils.core import setup
# -*- coding: utf-8 -*-
from setuptools import setup
setup(name='tqdm',
version='1.0',
description='A Simple Python Progress Meter',