mirror of https://github.com/tqdm/tqdm.git
parent
da5fdbf7c0
commit
cbc632262f
5
setup.py
5
setup.py
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
from distutils.core import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(name='tqdm',
|
setup(name='tqdm',
|
||||||
version='1.0',
|
version='1.0',
|
||||||
description='A Simple Python Progress Meter',
|
description='A Simple Python Progress Meter',
|
||||||
|
|
Loading…
Reference in New Issue