-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release' into i18n/update_translations
- Loading branch information
Showing
7 changed files
with
114 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
[metadata] | ||
name = novelWriter | ||
version = attr: novelwriter.__version__ | ||
author = Veronica Berglyd Olsen | ||
author_email = code@vkbo.net | ||
description = A markdown-like text editor for planning and writing novels | ||
url = https://novelwriter.io | ||
long_description = file: setup/description_pypi.md | ||
long_description_content_type = text/markdown | ||
license_files = LICENSE.md | ||
license = GNU General Public License v3 | ||
classifiers = | ||
Programming Language :: Python :: 3 :: Only | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Programming Language :: Python :: 3.11 | ||
Programming Language :: Python :: 3.12 | ||
Programming Language :: Python :: Implementation :: CPython | ||
License :: OSI Approved :: GNU General Public License v3 (GPLv3) | ||
Development Status :: 5 - Production/Stable | ||
Operating System :: OS Independent | ||
Intended Audience :: End Users/Desktop | ||
Natural Language :: English | ||
Topic :: Text Editors | ||
project_urls = | ||
Bug Tracker = https://github.com/vkbo/novelWriter/issues | ||
Documentation = https://docs.novelwriter.io | ||
Source Code = https://github.com/vkbo/novelWriter | ||
|
||
[options] | ||
zip_safe = False | ||
python_requires = >=3.8 | ||
include_package_data = True | ||
packages = find_namespace: | ||
install_requires = | ||
pyqt5>=5.10 | ||
pyenchant>=3.0.0 | ||
|
||
[options.packages.find] | ||
include = novelwriter* | ||
|
||
[options.entry_points] | ||
gui_scripts = | ||
novelwriter = novelwriter:main | ||
|
||
[bdist_wheel] | ||
universal = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
%%~name: New Note | ||
%%~path: 0000000000009/0000000000011 | ||
%%~kind: PLOT/NOTE | ||
%%~hash: 8ff26f8a18ad6390c2ce725c441ab0c792a125cf | ||
%%~date: 2023-08-25 18:15:35/2023-08-25 18:15:35 | ||
%%~hash: 3d3697638a70fc86cc023df6d42202a262d93905 | ||
%%~date: 2024-04-14 23:46:49/2024-04-14 23:46:49 | ||
# Main Plot | ||
|
||
@tag: MainPlot | ||
|
||
This is a file detailing the main plot. | ||
This is a file [i]detailing[/i] the main plot. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters