File: setup.py

package info (click to toggle)
python-wordcloud 1.9.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 288 kB
  • sloc: python: 1,429; sh: 46; makefile: 14
file content (4 lines) | stat: -rw-r--r-- 132 bytes parent folder | download
1
2
3
4
from setuptools import setup
from Cython.Build import cythonize

setup(ext_modules=cythonize("wordcloud/query_integral_image.pyx"))