Skip to content

Commit

Permalink
✨ browsr refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Feb 27, 2024
1 parent f1d63ef commit c4b5489
Show file tree
Hide file tree
Showing 21 changed files with 842 additions and 1,107 deletions.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
[
"@semantic-release/git",
{
assets: ["pyproject.toml", "*/_version.py"],
assets: ["pyproject.toml", "*/__about__.py"],
message:
"🔖 browsr ${nextRelease.version}\n\n${nextRelease.notes}\n[skip ci]",
},
Expand Down
File renamed without changes.
5 changes: 0 additions & 5 deletions browsr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
"""
browsr
"""

from browsr.browsr import Browsr
from browsr.universal_directory_tree import BrowsrDirectoryTree

__all__ = ["Browsr", "BrowsrDirectoryTree"]
2 changes: 1 addition & 1 deletion browsr/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
browsr __main__ hook
"""

from browsr._cli import browsr
from browsr.cli import browsr

if __name__ == "__main__":
browsr()
287 changes: 0 additions & 287 deletions browsr/_base.py

This file was deleted.

Loading

0 comments on commit c4b5489

Please sign in to comment.