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