Clean up a bit
This commit is contained in:
parent
8325f855af
commit
2cce18dfb6
@ -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 = ''
|
||||
|
||||
1
setup.py
1
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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user