Fix wrong location of parameter in setup.cfg
This commit is contained in:
@@ -22,13 +22,13 @@ classifiers =
|
|||||||
Intended Audience :: End Users/Desktop
|
Intended Audience :: End Users/Desktop
|
||||||
Natural Language :: English
|
Natural Language :: English
|
||||||
Topic :: Text Editors
|
Topic :: Text Editors
|
||||||
python_requires = >=3.6
|
|
||||||
project_urls =
|
project_urls =
|
||||||
Bug Tracker = https://github.com/vkbo/novelWriter/issues
|
Bug Tracker = https://github.com/vkbo/novelWriter/issues
|
||||||
Documentation = https://novelwriter.readthedocs.io/en/stable
|
Documentation = https://novelwriter.readthedocs.io/en/stable
|
||||||
Source Code = https://github.com/vkbo/novelWriter
|
Source Code = https://github.com/vkbo/novelWriter
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
|
python_requires = >=3.6
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
packages = find:
|
packages = find:
|
||||||
install_requires =
|
install_requires =
|
||||||
|
|||||||
Reference in New Issue
Block a user