From f487ebf8e9af393fd622699c1b9abc1203fa22ee Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 3 Oct 2023 17:11:19 -0400 Subject: [PATCH] test: Remove shebang. chore: Remove docs extras. --- setup.py | 4 ---- tests/test_table.py | 2 -- 2 files changed, 6 deletions(-) diff --git a/setup.py b/setup.py index b9c9696..44cef5d 100644 --- a/setup.py +++ b/setup.py @@ -41,9 +41,5 @@ 'pytest', 'pytest-cov', ], - 'docs': [ - 'Sphinx>=1.2.2', - 'sphinx_rtd_theme>=0.1.6', - ], } ) diff --git a/tests/test_table.py b/tests/test_table.py index e03d3bb..f685240 100644 --- a/tests/test_table.py +++ b/tests/test_table.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import agate import agatedbf # noqa: F401