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

Missing metadata in pyproject.toml #486

Open
shirhatti opened this issue Dec 17, 2024 · 0 comments
Open

Missing metadata in pyproject.toml #486

shirhatti opened this issue Dec 17, 2024 · 0 comments

Comments

@shirhatti
Copy link

The pyproject.toml files for both the goose-ai and ai-exchange packages are missing some common metadata fields. Would you be willing to add the following properties:

[project]
license = "Apache 2.0"
classifiers = [
    "Intended Audience :: Developers",
    "License :: OSI Approved :: Apache Software License",  
]

[project.urls]
Changelog = "https://github.com/block/goose/blob/main/CHANGELOG.md"
Documentation = "https://block.github.io/goose/"
Homepage = "https://github.com/block/goose/"
Source = "https://github.com/block/goose/"

I'm not entirely familiar with conventions around classifiers but I presume there are a few more that'll be applicable.

Happy to submit a PR if needed!

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

No branches or pull requests

1 participant