Skip to content

Commit

Permalink
Provide chardet from pypi for python 3.3 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe authored Jun 30, 2024
1 parent 30c7d73 commit 4ab3530
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,14 @@
},
{
"name": "chardet",
"description": "Universal encoding detector for Python 2 and 3 https://github.com/chardet/chardet",
"author": "Umoxfo",
"issues": "https://github.com/Umoxfo/sublime-chardet/issues",
"description": "The Universal Character Encoding Detector",
"author": "chardet",
"issues": "https://github.com/chardet/chardet/issues",
"releases": [
{
"base": "https://github.com/Umoxfo/sublime-chardet",
"python_versions": ["3.3"],
"tags": true
"base": "https://pypi.org/project/chardet",
"asset": "chardet-*-py2.py3-none-any.whl",
"python_versions": ["3.3"]
},
{
"base": "https://pypi.org/project/chardet",
Expand Down

0 comments on commit 4ab3530

Please sign in to comment.