From 2cce18dfb6e8db964f3095180f67d94740e9a9e9 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Wed, 30 Dec 2020 22:28:12 +0100 Subject: [PATCH] Clean up a bit --- docs/conf.py | 7 ------- setup.py | 1 + tox.ini | 5 ----- 3 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 tox.ini diff --git a/docs/conf.py b/docs/conf.py index 87fcb53..72f5af1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,9 +33,6 @@ templates_path = ["_templates"] # The suffix of source filenames. source_suffix = ".rst" -# The encoding of source files. -# source_encoding = 'utf-8-sig' - # The master toctree document. master_doc = "index" @@ -52,10 +49,6 @@ version = "1.4.2" # The full version, including alpha/beta/rc tags. release = "1.4.2" -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# language = None - # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: # today = '' diff --git a/setup.py b/setup.py index e098c22..5d9c0a4 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], keywords="sql sqlalchemy etl loading utility", author="Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer", diff --git a/tox.ini b/tox.ini deleted file mode 100644 index e885521..0000000 --- a/tox.ini +++ /dev/null @@ -1,5 +0,0 @@ -[tox] -envlist = py38 -[textenv] -deps=nose -commands=python setup.py test