refactor: builder module renamed to src

This commit is contained in:
ful1e5
2021-11-12 10:41:49 +05:30
parent 377bc9fe29
commit cb80d2d154
8 changed files with 4 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- sponsor with liberapay - sponsor with liberapay
- builder module renamed to `src`
### Added ### Added
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "breezex-bitmapper", "name": "breezex-bitmapper",
"version": "1.0.2", "version": "1.0.2",
"description": "extended KDE cursor 💙", "description": "extended KDE cursor",
"main": "index.js", "main": "index.js",
"repository": "git@github.com:ful1e5/BreezeX_Cursor.git", "repository": "git@github.com:ful1e5/BreezeX_Cursor.git",
"author": "Kaiz Khatri", "author": "Kaiz Khatri",
+2 -2
View File
@@ -4,8 +4,8 @@
import argparse import argparse
from pathlib import Path from pathlib import Path
from bxbuild.configure import get_config # type: ignore from src.configure import get_config
from bxbuild.generator import Info, build, wbuild, xbuild # type: ignore from src.generator import Info, build, wbuild, xbuild
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
prog="breezex_builder", prog="breezex_builder",