diff --git a/pyproject.toml b/pyproject.toml index 141fb1a..5505173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pristan" -version = "0.0.9" +version = "0.0.10" authors = [{ name = "Evgeniy Blinov", email = "zheni-b@yandex.ru" }] description = "Function-based plugin system with respect to typing" readme = "README.md" @@ -35,7 +35,7 @@ classifiers = [ 'Programming Language :: Python :: 3.15', 'Programming Language :: Python :: Free Threading', 'Programming Language :: Python :: Free Threading :: 3 - Stable', - 'License :: OSI Approved :: MIT License', + 'License :: Free for non-commercial use', 'Intended Audience :: Developers', 'Topic :: Software Development :: Libraries', ]