diff --git a/Cargo.toml b/Cargo.toml index 37d6b9b..093b38d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fastbencode" version = "0.3.3" edition = "2021" authors = ["Jelmer Vernooij "] -license = "GPL-2.0-or-later" +license = "Apache-2.0" description = "Implementation of bencode with Rust implementation" readme = "README.md" repository = "https://github.com/breezy-team/fastbencode" diff --git a/pyproject.toml b/pyproject.toml index 0768b11..621353e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ name = "fastbencode" description = "Implementation of bencode with optional fast Rust extensions" maintainers = [{name = "Breezy Developers", email = "breezy-core@googlegroups.com"}] readme = "README.md" -license = "GPL-2.0-or-later" +license = "Apache-2.0" classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",