move code to new location

This commit is contained in:
Jan Petykiewicz 2018-01-15 22:35:36 -08:00
parent 0cff0c3bd1
commit 96eea79bfc
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
**mem_edit** is a multi-platform memory editing library written in Python. **mem_edit** is a multi-platform memory editing library written in Python.
**Homepage:** https://mpxd.net/gogs/jan/mem_edit **Homepage:** https://mpxd.net/code/jan/mem_edit
**Capabilities:** **Capabilities:**
* Scan all readable memory used by a process. * Scan all readable memory used by a process.
@ -30,7 +30,7 @@ pip install mem_edit
Install with pip from git repository Install with pip from git repository
```bash ```bash
pip install git+https://mpxd.net/gogs/jan/mem_edit.git@release pip install git+https://mpxd.net/code/jan/mem_edit.git@release
``` ```

View File

@ -7,7 +7,7 @@ setup(name='mem_edit',
description='Multi-platform library for memory editing', description='Multi-platform library for memory editing',
author='Jan Petykiewicz', author='Jan Petykiewicz',
author_email='anewusername@gmail.com', author_email='anewusername@gmail.com',
url='https://mpxd.net/gogs/jan/mem_edit', url='https://mpxd.net/code/jan/mem_edit',
keywords=[ keywords=[
'memory', 'memory',
'edit', 'edit',