Skip to content

Commit 48a7e56

Browse files
committed
chore: minor fixes to srxconfutils_app.py and cookiecutter.json
1 parent 8a89554 commit 48a7e56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"maintainer_name": "Simon J.L. Billinge group",
33
"maintainer_email": "[email protected]",
44
"maintainer_github_username": "sbillinge",
5-
"contributors": "Billinge Group members",
5+
"contributors": "Xiaohao Yang and Billinge Group members",
66
"license_holders": "The Trustees of Columbia University in the City of New York",
77
"project_name": "diffpy.srxconfutils",
88
"github_username_or_orgname": "diffpy",

src/diffpy/srxconfutils/srxconfutils_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def main():
77
parser = argparse.ArgumentParser(
88
prog="diffpy.srxconfutils",
99
description=(
10-
"Configuration utilities for dpx project. Part of xPDFsuite\n\n"
10+
"Configuration utilities for project. Part of xPDFsuite\n"
1111
"For more information, visit: "
1212
"https://github.com/diffpy/diffpy.srxconfutils/"
1313
),

0 commit comments

Comments
 (0)