-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PyPI: Link to Tutorial and Release Notes. Add Linux classifiers.
References #139
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,13 +10,15 @@ 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", | ||
"License :: Other/Proprietary License", | ||
"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/[email protected]", | ||
] | ||
|
||
[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' | ||
|