Fix wrong location of parameter in setup.cfg
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user