mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-23 16:51:18 -04:00
Cleanup
This commit is contained in:
parent
32c839f497
commit
6f333b8234
4 changed files with 5 additions and 3 deletions
|
@ -20,8 +20,8 @@ The update requires no intervention, configuration changes or anything similar f
|
|||
|
||||
**Release Hashes**
|
||||
```
|
||||
0b880827369dd4bda7e4691e0e157e75fab4c22554743c1c7f07a350106114e8 rns-0.9.5-py3-none-any.whl
|
||||
6c00d12176de40d7dc45d9edd7952a161413f4cc4cc276b82bf3811f99440556 rnspure-0.9.5-py3-none-any.whl
|
||||
ae6587c86c98cae0df73567af093cc92fe204e71bb01f2506da9aec626a27e97 rns-0.9.5-py3-none-any.whl
|
||||
96208c1d1234e3e4b1c18ca986bad5d4693aeb431453efd7ade33b87f35600e1 rnspure-0.9.5-py3-none-any.whl
|
||||
```
|
||||
|
||||
### 2025-04-15: RNS β 0.9.4
|
||||
|
|
Binary file not shown.
Binary file not shown.
4
setup.py
4
setup.py
|
@ -34,10 +34,12 @@ setuptools.setup(
|
|||
long_description_content_type="text/markdown",
|
||||
url="https://reticulum.network/",
|
||||
packages=packages,
|
||||
license="Reticulum License",
|
||||
license_files = ("LICENSE"),
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: Reticulum License",
|
||||
"Operating System :: OS Independent",
|
||||
"Development Status :: 4 - Beta",
|
||||
],
|
||||
entry_points= {
|
||||
'console_scripts': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue