add all files
This commit is contained in:
commit
ed77450c80
4 changed files with 205 additions and 0 deletions
13
setup.py
Normal file
13
setup.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name='float_raster',
|
||||
version='0.1',
|
||||
description='High-precision anti-aliasing polygon rasterizer',
|
||||
author='Jan Petykiewicz',
|
||||
author_email='anewusername@gmail.com',
|
||||
url='https://mpxd.net/gogs/jan/float_raster',
|
||||
packages=['float_raster'],
|
||||
)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue