add the pip install pyModeS[fast] option for the Cython dependency

This commit is contained in:
Xavier Olive 2020-12-01 14:09:39 +01:00
parent d16484bf72
commit 2978329d03

View File

@ -44,6 +44,7 @@ details = dict(
keywords="Mode-S ADS-B EHS ELS Comm-B",
packages=find_packages(exclude=["contrib", "docs", "tests"]),
install_requires=["numpy", "pyzmq"],
extras_require={"fast": ["Cython"]},
package_data={"pyModeS": ["*.pyx", "*.pxd"]},
scripts=["pyModeS/streamer/modeslive"],
)