use version var
This commit is contained in:
parent
768dcaf860
commit
6d6a786f32
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -80,7 +80,7 @@ setup(
|
|||
url=r'https://github.com/PyYoshi/cChardet',
|
||||
description='Universal encoding detector. This library is faster than chardet.',
|
||||
long_description='\n\n'.join((read('README.rst'), read('CHANGES.rst'))),
|
||||
version='1.1.0',
|
||||
version=version,
|
||||
license='MIT License',
|
||||
classifiers=[
|
||||
'License :: OSI Approved :: MIT License',
|
||||
|
|
Loading…
Reference in a new issue