Migrate to GitHub

This commit is contained in:
lcdr 2020-04-17 16:15:02 +02:00
parent de3dcdf1ff
commit 086a464339
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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",