do my wheel !

python setup.py sdist bdist_wheel
This commit is contained in:
stonebig 2015-01-24 14:23:14 +01:00
parent da5fdbf7c0
commit cbc632262f
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',