cgrindel / rules_swift_package_manager

Collection of utilities and Bazel rules to aid in the development and maintenance of Swift repositories using Bazel.
Apache License 2.0
68 stars 22 forks source link

feat: Set license information for packages with rules_license #1118

Open brentleyjones opened 6 days ago

brentleyjones commented 6 days ago

Resolves #1092.

brentleyjones commented 6 days ago

I should add some tests, but otherwise it's ready for review.

brentleyjones commented 6 days ago

I also want to set package_info even when no license exists. I'll make that change as well.