Skip to content

Commit 8f15f93

Browse files
committed
skpkg: init and version files
1 parent 5788f4f commit 8f15f93

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

src/diffpy/__init__.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# (c) 2024 The Trustees of Columbia University in the City of New York.
4+
# (c) 2024-2025 The Trustees of Columbia University in the City of New York.
55
# All rights reserved.
66
#
77
# File coded by: Billinge Group members and community contributors.
@@ -12,12 +12,3 @@
1212
# See LICENSE.rst for license information.
1313
#
1414
##############################################################################
15-
16-
"""Blank namespace package for module diffpy."""
17-
18-
19-
from pkgutil import extend_path
20-
21-
__path__ = extend_path(__path__, __name__)
22-
23-
# End of file

src/diffpy/structure/version.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# (c) 2024 The Trustees of Columbia University in the City of New York.
4+
# (c) 2024-2025 The Trustees of Columbia University in the City of New York.
55
# All rights reserved.
66
#
7-
# File coded by: Billinge Group members and community contributors.
7+
# File coded by: Chris Farrow, Pavol Juhas, Simon Billinge, Billinge Group members.
88
#
99
# See GitHub contributions for a more detailed list of contributors.
10-
# https://github.com/diffpy/diffpy.structure/graphs/contributors
10+
# https://github.com/diffpy/diffpy.structure/graphs/contributors # noqa: E501
1111
#
1212
# See LICENSE.rst for license information.
1313
#
1414
##############################################################################
15-
1615
"""Definition of __version__."""
1716

1817
# We do not use the other three variables, but can be added back if needed.

0 commit comments

Comments
 (0)