Skip to content

Commit d7d51e5

Browse files
bobleesjpre-commit-ci[bot]sbillinge
authored
Add module name to __init__.py files to allow building without Wheel contains duplicate files error (#139)
* Add content to __init__ files * [pre-commit.ci] auto fixes from pre-commit hooks * baselines->applications in init --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Simon Billinge <[email protected]>
1 parent 11d799e commit d7d51e5

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/diffpy/srmise/applications/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
# See LICENSE.txt for license information.
1212
#
1313
##############################################################################
14+
15+
# __init__.py file for spplications module

src/diffpy/srmise/baselines/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
# See LICENSE.txt for license information.
1212
#
1313
##############################################################################
14+
15+
# __init__.py file for baselines module

src/diffpy/srmise/modelevaluators/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
# See LICENSE.txt for license information.
1212
#
1313
##############################################################################
14+
15+
# __init__.py file for modelevalutors module

src/diffpy/srmise/peaks/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
# See LICENSE.txt for license information.
1212
#
1313
##############################################################################
14+
15+
# __init__.py file for peaks module

0 commit comments

Comments
 (0)