From 602056f78389c05900cdc2df0d98111c911505f4 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 26 Apr 2019 17:59:24 +0200 Subject: [PATCH] Update README and setup.py --- README.md | 4 ++-- setup.py | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) 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" ] )