File: pyproject.toml

package info (click to toggle)
python-line-profiler 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: python: 8,119; sh: 810; ansic: 297; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 156 bytes parent folder | download
1
2
3
4
5
6
7
[build-system]
requires = ["setuptools", "Cython"]

[project]
name = 'cython_example'
description = 'Sample Cython module to be profiled'
version = '0.0.0'