Skip to content

Commit

Permalink
fix(building): missing __init__ breaks building [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Jun 8, 2019
1 parent 28a35c0 commit ba32af9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools"]
6 changes: 6 additions & 0 deletions sdcflows/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .__about__ import ( # noqa
__version__,
__copyright__,
__credits__,
__packagename__,
)

0 comments on commit ba32af9

Please sign in to comment.