move code to new location

This commit is contained in:
Jan Petykiewicz 2018-01-15 22:33:36 -08:00
parent 07df98cd42
commit e12e52cbcf
2 changed files with 2 additions and 2 deletions

View File

@ -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
```

View File

@ -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',