Skip to content

Add package_data configuration to include template files#9

Merged
abutbul merged 1 commit intomainfrom
fix-pkg-templates
May 23, 2025
Merged

Add package_data configuration to include template files#9
abutbul merged 1 commit intomainfrom
fix-pkg-templates

Conversation

@abutbul
Copy link
Owner

@abutbul abutbul commented May 23, 2025

fixes issue with package use

Copilot AI review requested due to automatic review settings May 23, 2025 20:21
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a package_data configuration to include template files into the package distribution, aiming to fix issues related to package use.

  • Adds a package_data entry in setup.py that specifies a glob pattern for template files.
Comments suppressed due to low confidence (1)

setup.py:13

  • Verify that the recursive glob pattern 'templates/**/*' is supported by your target setuptools versions; if not, consider explicitly listing the files or updating the MANIFEST.in to ensure all templates are included.
package_data={

@abutbul abutbul merged commit 6dd8943 into main May 23, 2025
1 check passed
@abutbul abutbul deleted the fix-pkg-templates branch May 23, 2025 20:22
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