Issue #570
This commit is contained in:
committed by
GitHub
parent
2030793a02
commit
211a06e9bc
@@ -23,10 +23,6 @@ classifiers =
|
|||||||
Natural Language :: English
|
Natural Language :: English
|
||||||
Topic :: Text Editors
|
Topic :: Text Editors
|
||||||
python_requires = >=3.6
|
python_requires = >=3.6
|
||||||
install_requires =
|
|
||||||
pyqt5>=5.2.1
|
|
||||||
lxml>=4.2.0
|
|
||||||
pyenchant>=3.0.0
|
|
||||||
project_urls =
|
project_urls =
|
||||||
Bug Tracker = https://github.com/vkbo/novelWriter/issues
|
Bug Tracker = https://github.com/vkbo/novelWriter/issues
|
||||||
Documentation = https://github.com/vkbo/novelWriter/issues
|
Documentation = https://github.com/vkbo/novelWriter/issues
|
||||||
@@ -35,6 +31,10 @@ project_urls =
|
|||||||
[options]
|
[options]
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
packages = find:
|
packages = find:
|
||||||
|
install_requires =
|
||||||
|
pyqt5>=5.2.1
|
||||||
|
lxml>=4.2.0
|
||||||
|
pyenchant>=3.0.0
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
exclude = docs, tests, sample
|
exclude = docs, tests, sample
|
||||||
|
|||||||
Reference in New Issue
Block a user