File: setup.py

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

setup(
    cffi_modules=["numpy_rms/_rms_cffi.py:ffibuilder"],
)