Skip to content

Commit

Permalink
Change link to organisation (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus authored Feb 14, 2022
1 parent 97c63b2 commit c396714
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 @@ -6,7 +6,7 @@
from setuptools import find_packages
from setuptools.command.install import install

VERSION_STRING = "1.0.2"
VERSION_STRING = "1.0.3"

PACKAGE_NAME = "homework_checker"

Expand Down Expand Up @@ -37,7 +37,7 @@ def run(self):
os.chmod(file, mode)


GITHUB_URL = "https://github.com/niosus/{}".format(PACKAGE_NAME)
GITHUB_URL = "https://github.com/cpp-for-yourself/{}".format(PACKAGE_NAME)

setup(
name=PACKAGE_NAME,
Expand Down

0 comments on commit c396714

Please sign in to comment.