weavel-ai / Ape

Your first AI prompt engineer
https://docs.weavel.ai/sdk-reference/ape-common
MIT License
331 stars 13 forks source link

[fix] Include *.prompt files in package data #29

Closed aschung01 closed 1 week ago

aschung01 commented 1 week ago

Update pyproject.toml files to include *.prompt files in package data for ape-common and ape-core libraries. Increment version numbers for ape-common (0.1.1), ape-core (0.8.1), and the main project (0.8.1).

Notes: The *.prompt files contain prompts used by the ape libraries. Including them in the package data ensures they will be distributed with the package, allowing users to access and utilize these prompts.

This pull request modifies the pyproject.toml files for ape-common, ape-core, and the main project to include *.prompt files in the package data. The changes are implemented by updating the [tool.setuptools.package-data] section in the respective pyproject.toml files, adding "*.prompt" to the list of included file types.

These changes ensure that prompt files, which are essential for the Ape libraries' functionality, are properly distributed with the package.

There are no changes that break backward compatibility, and no additional documentation is required for this update.

Created with Palmier

aschung01 commented 1 week ago

@palmier-bot describe