diff --git a/pyproject.toml b/pyproject.toml index f00010c..fe0da3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ authors = [ ] requires-python = ">=3.12" classifiers = [ - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", diff --git a/tests/bumpsync/pyproject.toml b/tests/bumpsync/pyproject.toml index 3a92885..f9e6928 100644 --- a/tests/bumpsync/pyproject.toml +++ b/tests/bumpsync/pyproject.toml @@ -13,7 +13,6 @@ authors = [ ] requires-python = ">=3.12" classifiers = [ - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13",