diff --git a/README.md b/README.md index 15f49480..1fced6e8 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/setup.py b/setup.py index 7664e973..43e85070 100644 --- a/setup.py +++ b/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" ] )