Skip to content

Commit 807423a

Browse files
authored
Merge pull request #2 from Sparks29032/directory-structuring
Directory structuring
2 parents fbf79b5 + 9f08266 commit 807423a

File tree

6 files changed

+4
-5
lines changed

6 files changed

+4
-5
lines changed

.github/workflows/build-wheel-release-upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
tags:
7-
- '*' # Trigger on all tags initially, but tag and release privilege are verified in _build-wheel-release-upload.yml
7+
- "*" # Trigger on all tags initially, but tag and release privilege are verified in _build-wheel-release-upload.yml
88

99
jobs:
1010
release:

.github/workflows/check-news-item.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check for News
33
on:
44
pull_request_target:
55
branches:
6-
- main
6+
- main
77

88
jobs:
99
check-news-item:

src/diffpy/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See LICENSE.rst for license information.
1313
#
1414
##############################################################################
15-
1615
"""Blank namespace package for module diffpy."""
1716

1817

@@ -21,4 +20,3 @@
2120
__path__ = extend_path(__path__, __name__)
2221

2322
# End of file
24-

src/diffpy/similarity/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
# See LICENSE.rst for license information.
1313
#
1414
##############################################################################
15-
"""Python package for computing various structural similarity metrics and other tasks related to structure similarity"""
15+
"""Python package for computing various structural similarity metrics and other
16+
tasks related to structure similarity."""
1617

1718
# package version
1819
from diffpy.similarity.version import __version__

src/diffpy/similarity/metrics/blank.txt

Whitespace-only changes.

src/diffpy/similarity/tools/blank.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)