Files
peewee/MANIFEST.in
Charles Leifer 1aeef460a4 SIGNIFICANT: remove playhouse._sqlite_ext.
C implementations of ranking functions are moved to _sqlite_udf.
Capabilites exclusive to the CSqliteExtDatabase implementation are being
migrated over to cysqlite_ext.CySqliteDatabase, which supports them
natively without relying on hacks.
2026-02-06 10:37:08 -06:00

13 lines
261 B
Plaintext

include CHANGELOG.md
include LICENSE
include README.rst
include TODO.rst
include pyproject.toml
include runtests.py
include tests.py
include playhouse/*.c
include playhouse/*.pyx
include playhouse/README.md
recursive-include examples *
recursive-include docs *