Skip to content

Commit

Permalink
Merge pull request #2 from Sparks29032/directory-structuring
Browse files Browse the repository at this point in the history
Directory structuring
  • Loading branch information
sbillinge authored Feb 6, 2025
2 parents fbf79b5 + 9f08266 commit 807423a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- '*' # Trigger on all tags initially, but tag and release privilege are verified in _build-wheel-release-upload.yml
- "*" # Trigger on all tags initially, but tag and release privilege are verified in _build-wheel-release-upload.yml

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-news-item.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check for News
on:
pull_request_target:
branches:
- main
- main

jobs:
check-news-item:
Expand Down
2 changes: 0 additions & 2 deletions src/diffpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See LICENSE.rst for license information.
#
##############################################################################

"""Blank namespace package for module diffpy."""


Expand All @@ -21,4 +20,3 @@
__path__ = extend_path(__path__, __name__)

# End of file

3 changes: 2 additions & 1 deletion src/diffpy/similarity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# See LICENSE.rst for license information.
#
##############################################################################
"""Python package for computing various structural similarity metrics and other tasks related to structure similarity"""
"""Python package for computing various structural similarity metrics and other
tasks related to structure similarity."""

# package version
from diffpy.similarity.version import __version__
Expand Down
Empty file.
Empty file.

0 comments on commit 807423a

Please sign in to comment.