From ddafdb8fe645f848fa561cce9ea68772e7643269 Mon Sep 17 00:00:00 2001 From: MS List Date: Mon, 21 Feb 2022 19:12:54 -0500 Subject: [PATCH 1/2] Removed pyluach from docs. --- docs/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 557f720..0613f91 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,2 @@ Sphinx==3.0.3 -sphinx_rtd_theme -pyluach \ No newline at end of file +sphinx_rtd_theme \ No newline at end of file From 69ded8057e077f36afac04c6b14ecad12faab1f6 Mon Sep 17 00:00:00 2001 From: MS List Date: Mon, 21 Feb 2022 19:15:21 -0500 Subject: [PATCH 2/2] Fixed missing white space in classifiers. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5df2394..5fb0b22 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', - 'Topic :: Software Development :: Libraries ::Python Modules', + 'Topic :: Software Development :: Libraries :: Python Modules', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3 :: Only',