Skip to content

Commit 1604e6c

Browse files
authored
Merge pull request #192 from OpenPIV/pypa-build-publish
updated Github actions to PyPI
2 parents b8de86b + ff65bfd commit 1604e6c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

setup.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
from os import path
2-
32
from setuptools import setup, find_packages
4-
import numpy
5-
6-
7-
#extensions = [
8-
# Extension("openpiv.widim", ["./openpiv/widim.pyx"],
9-
# include_dirs=[numpy.get_include()])]
10-
11-
#extensions = cythonize(extensions, include_path=[numpy.get_include()])
12-
133

144
# read the contents of your README file
155
this_directory = path.abspath(path.dirname(__file__))
@@ -24,7 +14,6 @@
2414
include_package_data=True,
2515
setup_requires=[
2616
'setuptools',
27-
'numpy'
2817
],
2918
install_requires=[
3019
'numpy',

0 commit comments

Comments
 (0)