Skip to content

Commit

Permalink
do my wheel !
Browse files Browse the repository at this point in the history
python setup.py sdist bdist_wheel
  • Loading branch information
stonebig committed Jan 24, 2015
1 parent da5fdbf commit cbc6322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit cbc6322

Please sign in to comment.