🚀 Bibata builder pkg_info module.

This commit is contained in:
ful1e5 2020-10-15 08:50:27 +05:30
parent 31469678e8
commit aeba37dadd
5 changed files with 53 additions and 34 deletions

13
builder/pkg_info.py Normal file
View 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/",
}