Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Jun 8, 2017
2 parents de1fe04 + 84d5cc2 commit 721c602
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
10 changes: 3 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ Chardet: The Universal Character Encoding Detector
:target: https://travis-ci.org/chardet/chardet

.. image:: https://img.shields.io/coveralls/chardet/chardet/stable.svg
:target: https://coveralls.io/r/chardet/chardet

.. image:: https://img.shields.io/pypi/dm/chardet.svg
:target: https://warehouse.python.org/project/chardet/
:alt: PyPI downloads
:target: https://coveralls.io/r/chardet/chardet

.. image:: https://img.shields.io/pypi/v/chardet.svg
:target: https://warehouse.python.org/project/chardet/
Expand All @@ -36,7 +32,7 @@ Detects
Our ISO-8859-2 and windows-1250 (Hungarian) probers have been temporarily
disabled until we can retrain the models.

Requires Python 2.6 or later
Requires Python 2.6, 2.7, or 3.3+.

Installation
------------
Expand All @@ -48,7 +44,7 @@ Install from `PyPI <https://pypi.python.org/pypi/chardet>`_::
Documentation
-------------

For users, docs are now available at http://chardet.readthedocs.org.
For users, docs are now available at https://chardet.readthedocs.io/.

Command-line Tool
-----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
For users, docs are now available at http://chardet.readthedocs.org.
For users, docs are now available at https://chardet.readthedocs.io/.

For devs, you can edit the RST files in this directory.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def readme():
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit 721c602

Please sign in to comment.