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