FicImageScript v1.0.2
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 asREADME.md
and is still used for GitHub.
Changed
- Updated the file paths in
setup.py
andpyproject.toml
to point to
the newPYPI_README.rst
file. - Commented out the
[project]
and[project-urls]
sections inpyproject.toml
as they were redundant.
Fixed
- Fixed the long description content type in
setup.py
andpyproject.toml
to
match the new README format. The content type was updated fromtext/markdown
totext/x-rst
.
Changelog.md: https://github.com/Jemeni11/FicImage/blob/main/CHANGELOG.md
Compare Commits: v1.0.1...v1.0.2