MANIFEST.in
README.md
setup.cfg
setup.py
src/sebae/__init__.py
src/sebae.egg-info/PKG-INFO
src/sebae.egg-info/SOURCES.txt
src/sebae.egg-info/dependency_links.txt
src/sebae.egg-info/entry_points.txt
src/sebae.egg-info/not-zip-safe
src/sebae.egg-info/requires.txt
src/sebae.egg-info/top_level.txt
src/sebae/core/__init__.py
src/sebae/core/console/__init__.py
src/sebae/core/console/console.py
src/sebae/core/console/main.py
src/sebae/core/deployer/__init__.py
src/sebae/core/deployer/base.py
src/sebae/core/deployer/deployer_pybind11.py
src/sebae/templates/cffi/desc.toml
src/sebae/templates/cffi/setup.py
src/sebae/templates/common/pyproject.toml
src/sebae/templates/common/setup.cfg
src/sebae/templates/cpython/desc.toml
src/sebae/templates/cpython/setup.py
src/sebae/templates/cython/desc.toml
src/sebae/templates/cython/setup.py
src/sebae/templates/pybind11/CMakeLists.txt
src/sebae/templates/pybind11/README.md
src/sebae/templates/pybind11/algo.h
src/sebae/templates/pybind11/binding.cc
src/sebae/templates/pybind11/desc.toml
src/sebae/templates/pybind11/main.cc
src/sebae/templates/pybind11/setup.cfg
src/sebae/templates/pybind11/setup.py
src/sebae/templates/pybind11/pybind11/CMakeLists.txt
src/sebae/templates/pybind11/pybind11/tools/FindCatch.cmake
src/sebae/templates/pybind11/pybind11/tools/FindEigen3.cmake
src/sebae/templates/pybind11/pybind11/tools/FindPythonLibsNew.cmake
src/sebae/templates/pybind11/pybind11/tools/check-style.sh
src/sebae/templates/pybind11/pybind11/tools/libsize.py
src/sebae/templates/pybind11/pybind11/tools/mkdoc.py
src/sebae/templates/pybind11/pybind11/tools/pybind11Config.cmake.in
src/sebae/templates/pybind11/pybind11/tools/pybind11Tools.cmake
src/sebae/templates/swig/desc.toml
src/sebae/templates/swig/setup.py