This commit is contained in:
stranger-danger-zamu
2021-01-19 11:44:44 -05:00
committed by GitHub
parent 2030793a02
commit 211a06e9bc
+4 -4
View File
@@ -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