Fix wrong location of parameter in setup.cfg

This commit is contained in:
Veronica K. B. Olsen
2021-05-05 19:50:17 +02:00
parent c4e87435dd
commit 35458a7e37
+1 -1
View File
@@ -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 =