From f0ad281f31c1a3720d6a676c0e28163c2b039147 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 5 Nov 2021 11:57:47 -0700 Subject: [PATCH] Expand the package metadata --- setup.cfg | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 219119a..679366a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,20 @@ [metadata] name = libertywiki -version = 0.0.1 +description = LibertyWiki is a simple, Flask-based open source wiki written in Python +keywords = wiki, python, flask, restructuredtext +license = MIT +license_files = LICENSE +url = https://git.libertytechforce.com/libertytechforce/libertywiki +classifiers = + Development Status :: 3 - Alpha + Environment :: Web Environment + Framework :: Flask + License :: OSI Approved :: MIT License + Operating System :: OS Independent + Programming Language :: Python + Programming Language :: Python :: 3 + Topic :: Documentation + Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Wiki [options] packages = libertywiki