mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 03:26:58 -04:00
🚀 Bibata builder pkg_info module.
This commit is contained in:
parent
31469678e8
commit
aeba37dadd
5 changed files with 53 additions and 34 deletions
13
builder/pkg_info.py
Normal file
13
builder/pkg_info.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = "1.0.1"
|
||||
|
||||
info = {
|
||||
"pkg_name": "builder",
|
||||
"version": __version__,
|
||||
"author": "Kaiz Khatri",
|
||||
"description": f"⚡ Bibata Builder - v{__version__}",
|
||||
"email": "kaizmandhu@gmail.com",
|
||||
"url": "https://github.com/ful1e5/Bibata_Cursor/",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue