diff --git a/connectrpc-otel/LICENSE b/connectrpc-otel/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/connectrpc-otel/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/connectrpc-otel/pyproject.toml b/connectrpc-otel/pyproject.toml index 9389b37..7a5ff5c 100644 --- a/connectrpc-otel/pyproject.toml +++ b/connectrpc-otel/pyproject.toml @@ -11,6 +11,7 @@ maintainers = [ requires-python = ">= 3.10" readme = "README.md" license = "Apache-2.0" +license-files = ["LICENSE"] keywords = [ "opentelemetry", "otel", @@ -24,7 +25,6 @@ classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", diff --git a/protoc-gen-connect-python/LICENSE b/protoc-gen-connect-python/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/protoc-gen-connect-python/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/protoc-gen-connect-python/pyproject.toml b/protoc-gen-connect-python/pyproject.toml index dfbfcc2..b7c5b11 100644 --- a/protoc-gen-connect-python/pyproject.toml +++ b/protoc-gen-connect-python/pyproject.toml @@ -11,6 +11,7 @@ maintainers = [ requires-python = ">= 3.10" readme = "README.md" license = "Apache-2.0" +license-files = ["LICENSE"] keywords = [ "protoc", "protobuf", @@ -28,7 +29,6 @@ classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Go", "Programming Language :: Python :: 3", diff --git a/pyproject.toml b/pyproject.toml index 33ff670..35e07ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,11 +12,11 @@ requires-python = ">= 3.10" dependencies = ["protobuf>=5.28", "pyqwest>=0.4.1"] readme = "README.md" license = "Apache-2.0" +license-files = ["LICENSE"] keywords = ["rpc", "grpc", "connect", "protobuf", "http"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only",