move to hatch-based build

This commit is contained in:
Jan Petykiewicz 2022-08-18 23:10:02 -07:00
commit 56989009e0
7 changed files with 41 additions and 48 deletions

View file

@ -5,7 +5,7 @@ Module for rasterizing polygons, with float-precision anti-aliasing on
See the documentation for float_raster.raster(...) for details.
"""
from .VERSION import __version__
from .float_raster import *
__author__ = 'Jan Petykiewicz'
__version__ = '0.6'