Skip to content

Commit 1aa1678

Browse files
see if johns pr fixed
1 parent d5eaec3 commit 1aa1678

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from setuptools import setup, Extension
2-
import os
2+
import os
33

44
SRC_DIR = "stl_tools"
55

@@ -12,10 +12,10 @@
1212
setup(name='stl_tools',
1313
version='0.4.2',
1414
install_requires=[
15-
'numpy>=1.18.1',
16-
'scipy',
17-
'Cython>=0.29.14,<0.30.0',
18-
'matplotlib'],
15+
'numpy>=1.18.1',
16+
'scipy',
17+
'Cython>=0.29.14,<0.30.0',
18+
'matplotlib'],
1919
description="Generate STL files from numpy arrays and text",
2020
author='Tristan Hearn',
2121
author_email='[email protected]',

0 commit comments

Comments
 (0)