From 211a06e9bcb9e4df2972132cb68f4d1eefeff427 Mon Sep 17 00:00:00 2001 From: stranger-danger-zamu <70606846+stranger-danger-zamu@users.noreply.github.com> Date: Tue, 19 Jan 2021 11:44:44 -0500 Subject: [PATCH] Issue #570 --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 848c51a6..ee034b55 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,10 +23,6 @@ classifiers = Natural Language :: English Topic :: Text Editors python_requires = >=3.6 -install_requires = - pyqt5>=5.2.1 - lxml>=4.2.0 - pyenchant>=3.0.0 project_urls = Bug Tracker = https://github.com/vkbo/novelWriter/issues Documentation = https://github.com/vkbo/novelWriter/issues @@ -35,6 +31,10 @@ project_urls = [options] include_package_data = True packages = find: +install_requires = + pyqt5>=5.2.1 + lxml>=4.2.0 + pyenchant>=3.0.0 [options.packages.find] exclude = docs, tests, sample