Skip to content

Conversation

@chicogong
Copy link
Owner

Summary

Add MANIFEST.in to ensure source distributions include all necessary files for building.

Changes

  • Added MANIFEST.in with rules to include:
    • C++ source and header files (src/, include/)
    • CMakeLists.txt
    • Python bindings source
    • cmake/ directory
    • Third-party dependencies (if any)
    • Exclude build artifacts

Why

This is required for pip install ffvoice to work from source distribution (sdist). Without this file, the sdist only contained Python files and was missing the C++ source code needed for compilation.

Verification

  • ffvoice 0.4.5 successfully published to PyPI
  • sdist contains all necessary files (63 files including C++ sources)

Include all necessary files in source distribution:
- C++ source and header files
- CMakeLists.txt
- Python bindings
- Third-party dependencies

This ensures pip install from sdist works correctly.
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@chicogong chicogong merged commit 9e25b0f into master Dec 29, 2025
11 of 12 checks passed
@chicogong chicogong deleted the chore/add-manifest branch December 29, 2025 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants