Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c4c609

Browse files
Update setup.py
1 parent 878cf19 commit 7c4c609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"""
3737

3838
def run():
39-
setup(name="voronoi",
39+
setup(name="voronoi-py3",
4040
version="1.0",
4141
description="Calculate Delaunay triangulation or the Voronoi polygons for a set of 2D input points",
4242
url="https://github.com/GeospatialPython/voronoi-py3/",

0 commit comments

Comments
 (0)