Skip to content

Commit

Permalink
Remove invalid value for classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Dec 14, 2023
1 parent c444de6 commit 0de9988
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 14 additions & 0 deletions RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ Testing
Follow the steps in README-DEVELOPERS.md file for locally creating and
installing the wheel, then test it::

$ python -m pytest

Also::

$ cd examples
$ python roundtrip.py MI04_020751.tif
$ cd ..


Tagging
Expand All @@ -37,6 +42,15 @@ Tagging

$ git push --tags

- If you happen to have to delete the tag, such as artifacts demonstrates a fault, first delete it locally::

$ git tag --delete vX.Y.Z

and then remotely on Github::

$ git push --delete origin vX.Y.Z


- Create a new release visiting https://github.com/Blosc/blosc2_grok/releases/new
and add the release notes copying them from `RELEASE_NOTES.md` document.

Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Image Processing",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Image Processing",
"Topic :: System :: Archiving :: Compression",
"Operating System :: Microsoft :: Windows",
"Operating System :: Unix",
Expand Down

0 comments on commit 0de9988

Please sign in to comment.