Merge branch 'dev' into view_details

This commit is contained in:
Veronica K. B. Olsen
2020-05-28 21:05:00 +02:00
+4 -1
View File
@@ -27,7 +27,10 @@ setuptools.setup(
"Source Code": "https://github.com/vkbo/novelWriter", "Source Code": "https://github.com/vkbo/novelWriter",
}, },
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Operating System :: OS Independent", "Operating System :: OS Independent",