1
Fork 0
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:
Steffo 2019-04-26 17:59:24 +02:00
parent ed046d713d
commit 602056f783
2 changed files with 7 additions and 3 deletions

View file

@ -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/)

View file

@ -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"
]
)