mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-17 16:44:36 -04:00
👷 Bibata builde init
This commit is contained in:
parent
89eba25a9d
commit
64e50b2eec
6 changed files with 573 additions and 0 deletions
22
builder/setup.py
Normal file
22
builder/setup.py
Normal file
|
@ -0,0 +1,22 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="bbpkg",
|
||||
version="1.0.4",
|
||||
description="Generate 'Bibata' cursor theme from PNGs file",
|
||||
url="https://github.com/ful1e5/Bibata_Cursor",
|
||||
packages=["bbpkg"],
|
||||
package_dir={"bbpkg": "bbpkg"},
|
||||
author="Kaiz Khatri",
|
||||
author_email="kaizmandhu@gamil.com",
|
||||
install_requires=["clickgen==1.1.8"],
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
],
|
||||
python_requires=">=3.8",
|
||||
zip_safe=True,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue