diff --git a/pyproject.toml b/pyproject.toml index e272b9e..2c9ac99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "rns-page-node" version = "0.1.2" -license = {file = "LICENSE"} +license = "GPL-3.0-only" description = "A simple way to serve pages and files over the Reticulum network." authors = [ {name = "Sudo-Ivan"} diff --git a/setup.py b/setup.py index 204bee4..94d86ba 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ setup( long_description_content_type='text/markdown', url='https://github.com/Sudo-Ivan/rns-page-node', packages=find_packages(), + license="GPL-3.0", python_requires='>=3.9', install_requires=[ 'rns>=0.9.6,<0.10.0',