File: setup.py

package info (click to toggle)
python-cmarkgfm 2025.10.22-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: ansic: 10,277; python: 225; sh: 30; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
from setuptools import setup

# Minimal setup.py for CFFI configuration
# All other metadata is in pyproject.toml
setup(
    cffi_modules=["src/cmarkgfm/build_cmark.py:ffibuilder"],
)