Skip to content

Commit

Permalink
Add module name to __init__.py files to allow building without Wheel …
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent 11d799e commit d7d51e5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/diffpy/srmise/applications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
# See LICENSE.txt for license information.
#
##############################################################################

# __init__.py file for spplications module
2 changes: 2 additions & 0 deletions src/diffpy/srmise/baselines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
# See LICENSE.txt for license information.
#
##############################################################################

# __init__.py file for baselines module
2 changes: 2 additions & 0 deletions src/diffpy/srmise/modelevaluators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
# See LICENSE.txt for license information.
#
##############################################################################

# __init__.py file for modelevalutors module
2 changes: 2 additions & 0 deletions src/diffpy/srmise/peaks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
# See LICENSE.txt for license information.
#
##############################################################################

# __init__.py file for peaks module

0 comments on commit d7d51e5

Please sign in to comment.