diff --git a/MANIFEST.in b/MANIFEST.in index 65f36a0..7b5ee4a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include mkDOCter *.ico *.js *.css *.png *.html *.eot *.svg *.ttf *.woff +recursive-include mkDOCter *.ico *.js *.css *.png *.html *.eot *.svg *.ttf *.woff *.yml recursive-exclude * __pycache__ recursive-exclude * *.py[co] include TERMS.md diff --git a/mkDOCter/mkdocs_theme.yml b/mkDOCter/mkdocs_theme.yml new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index a24bb66..a366556 100644 --- a/setup.py +++ b/setup.py @@ -32,5 +32,6 @@ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.8', ] )