Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #141 from brettcannon/warehouse-for-classifiers
Browse files Browse the repository at this point in the history
Use pypi.io for trove classifier list
  • Loading branch information
brettcannon authored Jun 18, 2016
2 parents d611854 + 2e3280f commit 1035aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caniusepython3/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def overrides():

def py3_classifiers():
"""Fetch the Python 3-related trove classifiers."""
url = 'https://pypi.python.org/pypi?%3Aaction=list_classifiers'
url = 'https://pypi.io/pypi?%3Aaction=list_classifiers'
response = urllib_request.urlopen(url)
try:
try:
Expand Down

0 comments on commit 1035aad

Please sign in to comment.