From b7a31f5f151a3641975df1b113573947efe923a8 Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 4 May 2018 07:37:47 -0700 Subject: add sphinx docs, update docstrings --- setup.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3b6f4d3..6cf59ef 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def run_setup(with_binary): author_email='armin.ronacher@active-4.com', maintainer='Pallets team', maintainer_email='contact@palletsprojects.com', - description='Safely add untrusted strings to XML/HTML markup.', + description='Safely add untrusted strings to HTML/XML markup.', long_description=readme, classifiers=[ 'Development Status :: 5 - Production/Stable', @@ -92,6 +92,12 @@ def run_setup(with_binary): 'pytest', 'coverage', 'tox', + 'sphinx', + 'pallets-sphinx-themes', + ], + 'docs': [ + 'sphinx', + 'pallets-sphinx-themes', ], }, packages=['markupsafe'], -- cgit v1.2.1