Clean up a bit

This commit is contained in:
Friedrich Lindenberg 2020-12-30 22:28:12 +01:00
parent 8325f855af
commit 2cce18dfb6
3 changed files with 1 additions and 12 deletions

View File

@ -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 = ''

View File

@ -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",

View File

@ -1,5 +0,0 @@
[tox]
envlist = py38
[textenv]
deps=nose
commands=python setup.py test