mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
Update README and setup.py
This commit is contained in:
parent
ed046d713d
commit
602056f783
2 changed files with 7 additions and 3 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
The fifth rewrite of [Royalnet](https://github.com/Steffo99/royalnet/)!
|
||||
|
||||
The goal is to make it highly parallel and with multi server support.
|
||||
It includes a lot of miscellaneous useful stuff.
|
||||
|
||||
New commands should be easily implemented on all platforms.
|
||||
[Documentation available here.](https://steffo99.github.io/royalnet/html/)
|
||||
|
|
6
setup.py
6
setup.py
|
@ -28,6 +28,10 @@ setuptools.setup(
|
|||
"Development Status :: 3 - Alpha",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Topic :: Internet"
|
||||
"Topic :: Internet",
|
||||
"Topic :: Database",
|
||||
"Topic :: Multimedia :: Sound/Audio",
|
||||
"Topic :: Multimedia :: Video",
|
||||
"License :: OSI Approved :: MIT License"
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue