Rename package from 'nw' to 'novelwriter' (#868)

* Rename nw folder to novelwriter
* Rename nw to novelwriter in auxiliary files
* Rename nw to novelwriter in main app source
* Rename nw to novelwriter in tests
* Make setup script for pdf docs less spammy
This commit is contained in:
Veronica Berglyd Olsen
2021-08-26 17:33:54 +02:00
committed by GitHub
parent 2cf2eb9f55
commit 3403d98c72
396 changed files with 595 additions and 566 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[metadata]
name = novelWriter
version = attr: nw.__version__
version = attr: novelwriter.__version__
author = Veronica Berglyd Olsen
author_email = code@vkbo.net
description = A markdown-like document editor for writing novels
@@ -41,9 +41,9 @@ exclude = docs, tests, sample
[options.entry_points]
console_script =
novelWriter-cli = nw:main
novelWriter-cli = novelwriter:main
gui_scripts =
novelWriter = nw:main
novelWriter = novelwriter:main
[bdist_wheel]
universal = 0