We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5eaec3 commit 1aa1678Copy full SHA for 1aa1678
setup.py
@@ -1,5 +1,5 @@
1
from setuptools import setup, Extension
2
-import os
+import os
3
4
SRC_DIR = "stl_tools"
5
@@ -12,10 +12,10 @@
12
setup(name='stl_tools',
13
version='0.4.2',
14
install_requires=[
15
- 'numpy>=1.18.1',
16
- 'scipy',
17
- 'Cython>=0.29.14,<0.30.0',
18
- 'matplotlib'],
+ 'numpy>=1.18.1',
+ 'scipy',
+ 'Cython>=0.29.14,<0.30.0',
+ 'matplotlib'],
19
description="Generate STL files from numpy arrays and text",
20
author='Tristan Hearn',
21
author_email='[email protected]',
0 commit comments