Packaging Updates (#873)
* Make setup-generated script names lower case * Change how the manual.pdf file is handled
This commit is contained in:
committed by
GitHub
parent
a00d0820cc
commit
4b52f343c1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user