mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-22 11:15:17 -04:00
👷 clickgen v1.1.9 and todo
This commit is contained in:
parent
c4bb105a5b
commit
dcc0a99845
2 changed files with 8 additions and 1 deletions
|
@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- use `clickgen.packagers` for packaging **X11/UNIX** cursors
|
||||||
|
- typing supports from `clickgen` (v1.1.9)
|
||||||
|
- Set clickgen version to v1.1.9 inside `builder/setup.py`
|
||||||
|
- `Pillow` version locked at **8.1.1** by clickgen **v1.1.9**
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Bibata Rainbow packages move to [own](https://github.com/ful1e5/Bibata_Cursor_Rainbow) repo
|
- Bibata Rainbow packages move to [own](https://github.com/ful1e5/Bibata_Cursor_Rainbow) repo
|
||||||
|
|
|
@ -5,7 +5,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="bbpkg",
|
name="bbpkg",
|
||||||
version="1.1.0",
|
version="1.1.0", # TODO: bump up
|
||||||
description="Generate 'Bibata' cursor theme from PNGs file",
|
description="Generate 'Bibata' cursor theme from PNGs file",
|
||||||
url="https://github.com/ful1e5/Bibata_Cursor",
|
url="https://github.com/ful1e5/Bibata_Cursor",
|
||||||
packages=["bbpkg"],
|
packages=["bbpkg"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue