Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Fix packaging #38

Merged
merged 4 commits into from
Aug 25, 2024
Merged

chore: Fix packaging #38

merged 4 commits into from
Aug 25, 2024

Conversation

danielchalef
Copy link
Member

@danielchalef danielchalef commented Aug 25, 2024

The project name and description in the pyproject.toml file have been updated to reflect the changes made to the project.


🚀 This description was created by Ellipsis for commit 2c5bb41

Summary:

This PR updates the project name and description in pyproject.toml, renames the core directory to graphiti_core, and updates all import paths accordingly.

Key points:

  • Update project name to graphiti-core in pyproject.toml.
  • Update project description to "A temporal graph building library" in pyproject.toml.
  • Rename core directory to graphiti_core.
  • Update import paths from core to graphiti_core in all affected files.
  • Modify Makefile to reflect directory name change in mypy command.
  • Ensure all tests and examples use the updated import paths.

Generated with ❤️ by ellipsis.dev

The project name and description in the `pyproject.toml` file have been updated to reflect the changes made to the project.
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me! Reviewed everything up to 958130f in 6 seconds

More details
  • Looked at 15 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. pyproject.toml:2
  • Draft comment:
    The project name has been updated to "graphiti-core". Ensure that any references to the old name "graphiti" in the documentation or codebase are also updated accordingly.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The PR description indicates that only the project name and description were updated. The changes in the diff match this description, and there are no other changes in the file. The update is straightforward and does not introduce any issues.

Workflow ID: wflow_0JOpi1BanXoFcBKO


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@danielchalef danielchalef marked this pull request as draft August 25, 2024 16:46
The `pyproject.toml` file has been updated to include the `core` package in the list of packages. This change ensures that the `core` package is included when building the project.
@danielchalef danielchalef changed the title feat: Update project name and description chore: Fix packaging Aug 25, 2024
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me! Reviewed everything up to 2c5bb41 in 31 seconds

More details
  • Looked at 484 lines of code in 36 files
  • Skipped 1 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_f3fUyWya4uXpQZKX


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@danielchalef danielchalef merged commit c5e5215 into main Aug 25, 2024
6 checks passed
@danielchalef danielchalef deleted the chore/fix-packaging branch August 25, 2024 17:08
@github-actions github-actions bot locked and limited conversation to collaborators Aug 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants