From 086a4643390e326ad33018fe92faf3f9e30fefdd Mon Sep 17 00:00:00 2001 From: lcdr Date: Fri, 17 Apr 2020 16:15:02 +0200 Subject: [PATCH] Migrate to GitHub --- README.md | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e4565f..2943dc9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # utils ## Utilities for working with LEGO Universe file formats and network packets. ### Created by lcdr -### Source repository at https://bitbucket.org/lcdr/utils/ +### Source repository at https://github.com/lcdr/utils/ ### License: AGPL v3 ### Included utilities: @@ -15,8 +15,8 @@ ### Requirements: * Python 3.6 -* https://bitbucket.org/lcdr/bitstream for some scripts +* https://github.com/lcdr/bitstream for some scripts ### Installation -`pip install hg+https://bitbucket.org/lcdr/utils` should handle the installation automatically, including installing dependencies. If you run into problems you might have to execute pip as admin, or if you have multiple Python versions installed explicitly use the pip of the compatible Python version. +`pip install hg+https://github.com/lcdr/utils` should handle the installation automatically, including installing dependencies. If you run into problems you might have to execute pip as admin, or if you have multiple Python versions installed explicitly use the pip of the compatible Python version. diff --git a/setup.py b/setup.py index b72eb06..c3be42a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( version="0.1.0", description="Utilities for working with LEGO Universe file formats and network packets.", author="lcdr", - url="https://bitbucket.org/lcdr/utils/", + url="https://github.com/lcdr/utils/", license="AGPL v3", packages=["utils"], python_requires=">=3.6",