mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-11 10:44:23 +00:00
67e5904a04
Also improves setup.py and moves it to the repo's root directory.
11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
# This is a manifest for the Python bindings
|
|
include bindings/python/ckzg.c
|
|
include bindings/python/README.md
|
|
recursive-include blst *
|
|
recursive-include lib *
|
|
recursive-include inc *
|
|
recursive-include src *
|
|
include setup.py
|
|
include LICENSE
|
|
include README.md
|