From cfd5c2fdc4ea91a9c0420c1952a1913bc3ea1cc7 Mon Sep 17 00:00:00 2001 From: David Foster Date: Sat, 9 Sep 2023 09:47:27 -0400 Subject: [PATCH] PyPI: Link to Tutorial and Release Notes. Add Linux classifiers. References #139 --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 242b8836..ba9c5f21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ classifiers = [ "Development Status :: 4 - Beta", "Environment :: MacOS X", "Environment :: Win32 (MS Windows)", + "Environment :: X11 Applications", "Intended Audience :: End Users/Desktop", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", @@ -17,6 +18,7 @@ classifiers = [ "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", + "Operating System :: POSIX :: Linux", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Browsers", "Topic :: Internet :: WWW/HTTP :: Indexing/Search", @@ -33,6 +35,10 @@ include = [ "README/logo@2x.png", ] +[tool.poetry.urls] +"Tutorial" = "https://github.com/davidfstr/Crystal-Web-Archiver/tree/main#tutorial-" +"Release notes" = "https://github.com/davidfstr/Crystal-Web-Archiver/blob/main/RELEASE_NOTES.md" + [tool.poetry.scripts] # Install "crystal" binary as CLI command. Allow installation via "pipx". crystal = 'crystal.__main__:main'