File: setup.py

package info (click to toggle)
numpy-minmax 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: python: 394; ansic: 250; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
5
from setuptools import setup

setup(
    cffi_modules=["numpy_minmax/_minmax_cffi.py:ffibuilder"],
)