mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-14 07:04:35 -04:00
13 lines
No EOL
315 B
Python
13 lines
No EOL
315 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
__version__ = "1.0.3"
|
|
|
|
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/",
|
|
} |