Skip to content

Commit 0c6f1de

Browse files
authored
Merge pull request #28 from stevenhua0320/check-file
Chore: add cookiecutter.json and fix license coverage
2 parents 7911afe + 03258e7 commit 0c6f1de

File tree

14 files changed

+28
-70
lines changed

14 files changed

+28
-70
lines changed

AUTHORS.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

LICENSE.txt

Lines changed: 0 additions & 33 deletions
This file was deleted.

LICENSE_tifffiles.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

cookiecutter.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"maintainer_name": "Simon Billinge",
3+
"maintainer_email": "[email protected]",
4+
"maintainer_github_username": "sbillinge",
5+
"contributors": "Simon Billinge, Billinge Group members",
6+
"license_holders": "The Trustees of Columbia University in the City of New York",
7+
"project_name": "diffpy.srxplanar",
8+
"github_username_or_orgname": "diffpy",
9+
"github_repo_name": "diffpy.srxplanar",
10+
"conda_pypi_package_dist_name": "diffpy.srxplanar",
11+
"package_dir_name": "diffpy.srxplanar",
12+
"project_short_description": "Distance Printer, calculate the inter atomic distances. Part of xPDFsuite",
13+
"project_keywords": "diffpy, pdf, data interpretation",
14+
"minimum_supported_python_version": "3.12",
15+
"maximum_supported_python_version": "3.14",
16+
"project_needs_c_code_compiled": "No",
17+
"project_has_gui_tests": "No"
18+
}

src/diffpy/confutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# diffpy.confutils by DANSE Diffraction group
55
# Simon J. L. Billinge
6-
# (c) 2010 Trustees of the Columbia University
6+
# (c) 2010-2025 Trustees of the Columbia University
77
# in the City of New York. All rights reserved.
88
#
99
# File coded by: Xiaohao Yang

src/diffpy/confutils/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# diffpy.confutils by DANSE Diffraction group
55
# Simon J. L. Billinge
6-
# (c) 2012 Trustees of the Columbia University
6+
# (c) 2012-2025 Trustees of the Columbia University
77
# in the City of New York. All rights reserved.
88
#
99
# File coded by: Xiaohao Yang

src/diffpy/confutils/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# diffpy.confutils by DANSE Diffraction group
55
# Simon J. L. Billinge
6-
# (c) 2013 Trustees of the Columbia University
6+
# (c) 2013-2025 Trustees of the Columbia University
77
# in the City of New York. All rights reserved.
88
#
99
# File coded by: Xiaohao Yang

src/diffpy/confutils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# diffpy.confutils by DANSE Diffraction group
55
# Simon J. L. Billinge
6-
# (c) 2013 Trustees of the Columbia University
6+
# (c) 2013-2025 Trustees of the Columbia University
77
# in the City of New York. All rights reserved.
88
#
99
# File coded by: Xiaohao Yang

src/diffpy/srxplanar/calculate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# diffpy.srxplanar by DANSE Diffraction group
55
# Simon J. L. Billinge
6-
# (c) 2010 Trustees of the Columbia University
6+
# (c) 2010-2025 Trustees of the Columbia University
77
# in the City of New York. All rights reserved.
88
#
99
# File coded by: Xiaohao Yang

src/diffpy/srxplanar/loadimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# diffpy.srxplanar by DANSE Diffraction group
55
# Simon J. L. Billinge
6-
# (c) 2010 Trustees of the Columbia University
6+
# (c) 2010-2025 Trustees of the Columbia University
77
# in the City of New York. All rights reserved.
88
#
99
# File coded by: Xiaohao Yang

0 commit comments

Comments
 (0)