Skip to content

FicImageScript v1.0.2

Compare
Choose a tag to compare
@Jemeni11 Jemeni11 released this 12 May 16:40
· 25 commits to main since this release

Installation

  • From PyPI
    pip install FicImageScript==1.0.2
  • Using the Wheel File
    pip install FicImageScript-1.0.2-py3-none-any.whl
  • Using the Source Tarball File
    pip install FicImageScript-1.0.2.tar.gz

Changelog

Added

  • Added the project version to __init__.py.
  • Created a README file for PyPI (PYPI_README.rst).
    This file replaces the old README file as the long description for the package.
    The old README still exists as README.md and is still used for GitHub.

Changed

  • Updated the file paths in setup.py and pyproject.toml to point to
    the new PYPI_README.rst file.
  • Commented out the [project] and [project-urls] sections in pyproject.toml
    as they were redundant.

Fixed

  • Fixed the long description content type in setup.py and pyproject.toml to
    match the new README format. The content type was updated from text/markdown to text/x-rst.

Changelog.md: https://github.com/Jemeni11/FicImage/blob/main/CHANGELOG.md
Compare Commits: v1.0.1...v1.0.2