MANIFEST.in
README.md
pyproject.toml
setup.py
benchmarks/bench_brentq.py
src/cybrentq/__init__.py
src/cybrentq/_brentq.c
src/cybrentq/_brentq.pyi
src/cybrentq/_brentq.pyx
src/cybrentq/py.typed
src/cybrentq.egg-info/PKG-INFO
src/cybrentq.egg-info/SOURCES.txt
src/cybrentq.egg-info/dependency_links.txt
src/cybrentq.egg-info/top_level.txt
tests/conftest.py
tests/test_against_scipy.py
tests/test_basic.py
tests/test_performance.py