Skip to content

Commit

Permalink
Huge code refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamere-allo-peter committed Mar 21, 2022
1 parent 459faac commit 53645da
Show file tree
Hide file tree
Showing 8 changed files with 661 additions and 549 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include requirements.txt
include Dockerfile
recursive-include examples/ *.yml *.yaml
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 0.3.9
version = 0.4.0
name = yamlfixer-opt-nc
description = automates the fixing of problems reported by yamllint
long_description = file: README.md
Expand Down Expand Up @@ -39,5 +39,5 @@ yamlfixer = examples/*.yaml examples/*.yml

[options.entry_points]
console_scripts =
yamlfixer = yamlfixer:run
yamlfixer = yamlfixer.__main__:run

Loading

0 comments on commit 53645da

Please sign in to comment.