update
This commit is contained in:
@@ -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"}
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user