From dafcbd35050c61f4a5114e314cff73873a92e4ef Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 2 Oct 2017 18:07:24 -0400 Subject: [PATCH] Add Sphinx Framework for PyPi (#470) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 743eec4..2ab7e47 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,8 @@ setup( ] }, classifiers=[ + 'Framework :: Sphinx', + 'Framework :: Sphinx :: Theme', 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: MIT License', 'Environment :: Console',