Skip to content

Commit 713c70e

Browse files
committed
Make the src folder a package (for the same of importing src.future.__version__ etc. from setup.py)
1 parent 0758070 commit 713c70e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Make this a package only for the sake of importing
2+
# src.future.__version__ etc. from setup.py

0 commit comments

Comments
 (0)