From fca3d8fda1fde0a90593f317964f713ee1f19cf0 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 15 Jan 2018 22:35:12 -0800 Subject: [PATCH] move code to new location --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2281ef7..d2b7e35 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Requirements: Install with pip, via git: ```bash -pip install git+https://mpxd.net/gogs/jan/masque.git@release +pip install git+https://mpxd.net/code/jan/masque.git@release ``` ## TODO diff --git a/setup.py b/setup.py index 4767f5d..9e2b5ba 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='masque', description='Lithography mask library', author='Jan Petykiewicz', author_email='anewusername@gmail.com', - url='https://mpxd.net/gogs/jan/masque', + url='https://mpxd.net/code/jan/masque', packages=find_packages(), install_requires=[ 'numpy',