Expand the package metadata
parent
bdfcebf439
commit
f0ad281f31
16
setup.cfg
16
setup.cfg
|
@ -1,6 +1,20 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = libertywiki
|
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]
|
[options]
|
||||||
packages = libertywiki
|
packages = libertywiki
|
||||||
|
|
Loading…
Reference in New Issue