From e12e52cbcfa4f27becbef80a07da20652973803e Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 15 Jan 2018 22:33:36 -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 bac1753..e81b072 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ Requirements: Install with pip, via git: ```bash -pip install git+https://mpxd.net/gogs/jan/float_raster.git@release +pip install git+https://mpxd.net/code/jan/float_raster.git@release ``` diff --git a/setup.py b/setup.py index 5f8374a..a00f780 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='float_raster', description='High-precision anti-aliasing polygon rasterizer', author='Jan Petykiewicz', author_email='anewusername@gmail.com', - url='https://mpxd.net/gogs/jan/float_raster', + url='https://mpxd.net/code/jan/float_raster', py_modules=['float_raster'], install_requires=[ 'numpy',