Update source url

This commit is contained in:
jan 2019-02-09 19:38:15 -08:00
parent 219e4b9926
commit c10fd556e2
2 changed files with 2 additions and 2 deletions

View File

@ -14,5 +14,5 @@ Requirements:
Install with pip, via git: Install with pip, via git:
```bash ```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

@ -13,7 +13,7 @@ setup(name='float_raster',
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
author='Jan Petykiewicz', author='Jan Petykiewicz',
author_email='anewusername@gmail.com', 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'], py_modules=['float_raster'],
install_requires=[ install_requires=[
'numpy', 'numpy',