Skip to content

Commit

Permalink
fix: ship missing configuration file (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Nickerl authored Aug 5, 2021
1 parent 116cd3c commit 1b3707b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ clean:
.PHONY: clean

build: venv
python setup.py build
${activate} && python setup.py build
.PHONY: build

setup-hooks:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
python_requires='>=3.9',
url='https://github.com/hnicke/sodalite',
packages=setuptools.find_packages(exclude=("tests",)),
include_package_data=True,
long_description=Path('README.md').read_text(),
install_requires=[
'PyYAML>=5.4.1,<6.0.0',
Expand Down

0 comments on commit 1b3707b

Please sign in to comment.