Skip to content

Commit

Permalink
Add stl to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Jan 23, 2023
1 parent 37fe91c commit eb515e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion archaea/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
from archaea.geometry.utils import *
from archaea.geometry.face import Face
from archaea.geometry.mesh import Mesh

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
author_email='[email protected]',
url='https://github.com/archaeans/archaea',
download_url='https://github.com/archaeans/archaea/archive/refs/tags/1.1.4.tar.gz',
keywords=['geometry', 'mesh', 'stl'],
keywords=['geometry', 'mesh', 'stl', 'triangulation'],
install_requires=[
'numpy',
'stl'
],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit eb515e5

Please sign in to comment.