From 69a1afa2bc8be06247035166ff9a80941ae693f2 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 15 Jan 2018 22:30:58 -0800 Subject: [PATCH] move code to new location --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cdba93f..92325cd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **fatamorgana** is a Python package for reading and writing OASIS format layout files. -**Homepage:** https://mpxd.net/gogs/jan/fatamorgana +**Homepage:** https://mpxd.net/code/jan/fatamorgana **Capabilities:** * This package is a work-in-progress and is largely untested -- it works for @@ -31,7 +31,7 @@ pip install fatamorgana Install directly from git repository: ```bash -pip install git+https://mpxd.net/gogs/jan/fatamorgana.git@release +pip install git+https://mpxd.net/code/jan/fatamorgana.git@release ``` ## Documentation diff --git a/setup.py b/setup.py index 53f302b..f95bab9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='fatamorgana', description='OASIS layout format parser and writer', author='Jan Petykiewicz', author_email='anewusername@gmail.com', - url='https://mpxd.net/gogs/jan/fatamorgana', + url='https://mpxd.net/code/jan/fatamorgana', keywords=[ 'OASIS', 'layout',