Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
svicervlad committed Mar 30, 2021
1 parent 3c512ca commit 10daea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion drupal_dockerizer/appconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ def __init__(self) -> None:
if not os.path.exists(self.config_file_path):
self.data = {
'is_check_requirements_tools': False,
'version': 0.1
'version': 0.1,
'projects': {}
}
self.save()
self.load()
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
install_requires=[
'Click',
'appdirs',
'PyYAML'
'PyYAML',
'wheel'
],
packages=setuptools.find_packages(),
classifiers=[
Expand Down

0 comments on commit 10daea0

Please sign in to comment.