From 35458a7e37c1687987e27e4fb65f6c2d3f9e3322 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Wed, 5 May 2021 19:50:17 +0200 Subject: [PATCH] Fix wrong location of parameter in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0ef845b5..8065eb87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,13 +22,13 @@ classifiers = Intended Audience :: End Users/Desktop Natural Language :: English Topic :: Text Editors -python_requires = >=3.6 project_urls = Bug Tracker = https://github.com/vkbo/novelWriter/issues Documentation = https://novelwriter.readthedocs.io/en/stable Source Code = https://github.com/vkbo/novelWriter [options] +python_requires = >=3.6 include_package_data = True packages = find: install_requires =