diff --git a/README.md b/README.md index 63169be..3fea9c4 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Contributions are welcome! Please feel free to submit a Pull Request. ## License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. +This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details. ## Acknowledgements diff --git a/pyproject.toml b/pyproject.toml index f2af57c..2b51ad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama-assistant" -version = "0.1.25" +version = "0.1.26" authors = [ {name = "Viet-Anh Nguyen", email = "vietanh.dev@gmail.com"}, ] @@ -16,7 +16,7 @@ license = {text = "MIT"} classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", diff --git a/setup.cfg b/setup.cfg index 781ed7b..5439795 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ project_urls = classifiers = Development Status :: 3 - Alpha Intended Audience :: Developers - License :: OSI Approved :: MIT License + License :: OSI Approved :: GNU General Public License v3 (GPLv3) Operating System :: OS Independent Programming Language :: Python :: 3 Programming Language :: Python :: 3.8