mirror of
https://github.com/lcdr/utils.git
synced 2024-08-30 17:32:16 +00:00
Migrate to GitHub
This commit is contained in:
parent
de3dcdf1ff
commit
086a464339
@ -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.
|
||||
|
2
setup.py
2
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",
|
||||
|
Loading…
Reference in New Issue
Block a user