Commit 59892def authored by Kirill Smelkov's avatar Kirill Smelkov

check-manifest

As suggested by https://github.com/jayvdb run manifest checker and oops,
it finds that we forgot to include pyproject.toml for testprog/golang_pyx_user:

    missing from sdist:
      golang/pyx/testprog/golang_pyx_user/pyproject.toml
    suggested MANIFEST.in rules:
      recursive-include golang *.toml

-> Fix MANIFEST.in in generic way to include golang/*/*.toml

The bug was not affecting pygolang usage - only golang.pyx.build tests were
failing for sdist installed pygolang.
parent 4ca65816
include COPYING README.rst CHANGELOG.rst tox.ini pyproject.toml
include golang/libgolang.h
include golang/runtime/libgolang.cpp
recursive-include golang *.py *.pxd *.pyx
recursive-include golang *.py *.pxd *.pyx *.toml
recursive-include gpython *.py
recursive-include 3rdparty *.h
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment