From d938e53745eb95460b665b66396603ce7aaed191 Mon Sep 17 00:00:00 2001 From: oguzhankoral Date: Mon, 23 Jan 2023 22:53:13 +0300 Subject: [PATCH] Update numpy-stl lib --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 78c01df..3f4c278 100644 --- a/setup.py +++ b/setup.py @@ -3,18 +3,18 @@ setup( name='archaea', packages=['archaea', 'archaea.geometry', 'archaea.earcut', 'archaea.writer'], - version='1.1.5', + version='1.1.6', license='Apache 2.0', description='Playground for Geometry!', readme='README.md', author='Oğuzhan Koral', author_email='oguzhankoral@gmail.com', url='https://github.com/archaeans/archaea', - download_url='https://github.com/archaeans/archaea/archive/refs/tags/1.1.5.tar.gz', + download_url='https://github.com/archaeans/archaea/archive/refs/tags/1.1.6.tar.gz', keywords=['geometry', 'mesh', 'stl', 'triangulation'], install_requires=[ 'numpy', - 'stl' + 'numpy-stl' ], classifiers=[ 'Development Status :: 3 - Alpha',