Commit 3a83e8f6 authored by Kirill Smelkov's avatar Kirill Smelkov

check-manifest

    (z-dev) kirr@deca:~/src/tools/go/pygolang$ check-manifest
    lists of files in version control and sdist do not match!
    missing from VCS:
      golang/pyx/runtime.cpp
      golang/runtime/libgolang_dsoinfo.py
      golang/runtime/libpyxruntime_dsoinfo.py

- golang/pyx/runtime.cpp is generated from golang/pyx/runtime.pyx
- *_dsoinfo.py files are generated by setuptools_dso during the build
parent 7fb630c1
......@@ -3,7 +3,6 @@ include golang/libgolang.h
include golang/runtime/libgolang.cpp
include golang/runtime/libpyxruntime.cpp
include golang/pyx/runtime.h
include golang/pyx/runtime.cpp
include golang/pyx/testprog/golang_dso_user/dsouser/dso.cpp
include golang/runtime/internal.h
include golang/runtime/internal/atomic.h
......@@ -37,3 +36,4 @@ include golang/_testing.h
recursive-include golang *.py *.pxd *.pyx *.toml *.txt*
recursive-include gpython *.py
recursive-include 3rdparty *.h
recursive-exclude golang *_dsoinfo.py
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