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

1
float_raster/LICENSE.md Symbolic link
View file

@ -0,0 +1 @@
../LICENSE.md

1
float_raster/README.md Symbolic link
View file

@ -0,0 +1 @@
../README.md

View file

@ -1,4 +0,0 @@
""" VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """
__version__ = '''
0.6
'''.strip()

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'