Packaging Updates (#873)

* Make setup-generated script names lower case
* Change how the manual.pdf file is handled
This commit is contained in:
Veronica Berglyd Olsen
2021-08-29 16:27:59 +02:00
committed by GitHub
parent a00d0820cc
commit 4b52f343c1
5 changed files with 40 additions and 88 deletions
+3 -3
View File
@@ -3,7 +3,7 @@ name = novelWriter
version = attr: novelwriter.__version__
author = Veronica Berglyd Olsen
author_email = code@vkbo.net
description = A markdown-like document editor for writing novels
description = A markdown-like text editor for planning and writing novels
url = https://novelwriter.io
long_description = file: setup/long_description.md
long_description_content_type = text/markdown
@@ -41,9 +41,9 @@ exclude = docs, tests, sample
[options.entry_points]
console_script =
novelWriter-cli = novelwriter:main
novelwriter-cli = novelwriter:main
gui_scripts =
novelWriter = novelwriter:main
novelwriter = novelwriter:main
[bdist_wheel]
universal = 0