Skip to content

Conversation

@abutbul
Copy link
Owner

@abutbul abutbul commented May 23, 2025

No description provided.

Copilot AI review requested due to automatic review settings May 23, 2025 23:38
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 bumps the package version to 0.1.1 and adds an __init__.py to the templates directory to treat it as a Python package.

  • Bump version from 0.1.0 to 0.1.1 in both setup.py and pyproject.toml
  • Add templates/__init__.py so the templates folder is recognized as a package
  • Simplify package data configuration in setup.py

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
templates/init.py New file to make templates a Python package
setup.py Updated version and moved to using include_package_data
pyproject.toml Updated version to match setup.py
Comments suppressed due to low confidence (1)

setup.py:12

  • [nitpick] Ensure that your MANIFEST.in file explicitly includes the templates/ directory so that include_package_data=True will include those files in source distributions.
include_package_data=True,  # This should make it read MANIFEST.in

[project]
name = "openapi-mcp-generator"
version = "0.1.0"
version = "0.1.1"
Copy link

Copilot AI May 23, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider centralizing the version in a single source (either setup.py or pyproject.toml) or using a tool like setuptools_scm to avoid divergence between files.

Copilot uses AI. Check for mistakes.
@abutbul abutbul merged commit 3becfeb into main May 23, 2025
2 checks passed
@abutbul abutbul deleted the release-v0.1.1 branch May 23, 2025 23:40
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.

1 participant