Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
e12e52cbcf |
@ -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
|
||||||
```
|
```
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ setup(name='float_raster',
|
|||||||
description='High-precision anti-aliasing polygon rasterizer',
|
description='High-precision anti-aliasing polygon rasterizer',
|
||||||
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user