mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-22 16:26:24 -04:00
Cleanup
This commit is contained in:
parent
32c839f497
commit
6f333b8234
4 changed files with 5 additions and 3 deletions
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