anthropic-sdk-python icon indicating copy to clipboard operation
anthropic-sdk-python copied to clipboard

Include almost all source files in sdist (#482)

Open charles-dyfis-net opened this issue 1 year ago • 1 comments

Presently, the sdist published to pypi cannot be built (failing as shown in #482), because hatch-fancy-pypi-readme is configured to read README.md but that file is not included in the source distribution.

Here we make the sdist almost all-inclusive (differing from git archive output only by leaving out only hidden files and directories -- presently .github, .devcontainers, .python-version, and .stats.yml).

charles-dyfis-net avatar Apr 30 '24 12:04 charles-dyfis-net

Thanks for the suggestion/contribution, we'll take a look!

rattrayalex avatar May 13 '24 01:05 rattrayalex

thanks for the suggestion/contribution, this change has been incorporated!

rattrayalex avatar Jul 07 '24 21:07 rattrayalex