Skip to content

Commit

Permalink
Update sanic-org URL on setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Mar 21, 2021
1 parent 2586989 commit 13630a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from distutils.util import strtobool

from setuptools import setup, find_packages
from setuptools import find_packages, setup
from setuptools.command.test import test as TestCommand


Expand Down Expand Up @@ -52,7 +52,7 @@ def open_local(paths, mode="r", encoding="utf8"):
setup_kwargs = {
"name": "sanic",
"version": version,
"url": "http://github.com/huge-success/sanic/",
"url": "http://github.com/sanic-org/sanic/",
"license": "MIT",
"author": "Sanic Community",
"author_email": "[email protected]",
Expand Down

0 comments on commit 13630a7

Please sign in to comment.