Skip to content

Commit

Permalink
fix: disabled autoinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
akelch committed Mar 17, 2022
1 parent 69f605c commit 61bb082
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
dist
*/*.egg-info
**/__pycache__
vue/node_modules
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This file documents any relevant changes.

## [0.6.9] - 2022-03-17
- chore: refactored flare.py to use Python standard library tools and pyminifier directly.
- fix: disabled autoinstall of Autocompletion for bash and zsh

## [0.6.8] - 2022-03-09
- chore: updated app_server to 0.7.3
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ def run(self):
call(['./postinstall.sh'])


setuptools.setup(cmdclass={
'develop': PostDevelopCommand,
'install': PostInstallCommand,
})
setuptools.setup()

0 comments on commit 61bb082

Please sign in to comment.