move to hatch-based build
This commit is contained in:
parent
6ee12d8db9
commit
56989009e0
7 changed files with 41 additions and 48 deletions
1
float_raster/LICENSE.md
Symbolic link
1
float_raster/LICENSE.md
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../LICENSE.md
|
||||
1
float_raster/README.md
Symbolic link
1
float_raster/README.md
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../README.md
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
""" VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """
|
||||
__version__ = '''
|
||||
0.6
|
||||
'''.strip()
|
||||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue