This commit is contained in:
Sudo-Ivan
2025-05-28 16:45:46 -05:00
parent 5561205b3e
commit e873d8e754
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "rns-page-node" name = "rns-page-node"
version = "0.1.2" 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." description = "A simple way to serve pages and files over the Reticulum network."
authors = [ authors = [
{name = "Sudo-Ivan"} {name = "Sudo-Ivan"}

View File

@@ -13,6 +13,7 @@ setup(
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
url='https://github.com/Sudo-Ivan/rns-page-node', url='https://github.com/Sudo-Ivan/rns-page-node',
packages=find_packages(), packages=find_packages(),
license="GPL-3.0",
python_requires='>=3.9', python_requires='>=3.9',
install_requires=[ install_requires=[
'rns>=0.9.6,<0.10.0', 'rns>=0.9.6,<0.10.0',