Skip to content

Commit 4db5ce9

Browse files
committed
skpkg: readme
1 parent c787b24 commit 4db5ce9

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ __pycache__/
1010
.Python
1111
env/
1212
build/
13+
_build/
1314
develop-eggs/
1415
dist/
1516
downloads/
@@ -90,10 +91,3 @@ target/
9091

9192
# Ipython Notebook
9293
.ipynb_checkpoints
93-
94-
# version information
95-
setup.cfg
96-
/src/diffpy/*/version.cfg
97-
98-
# Rever
99-
rever/

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=============
2-
Release Notes
2+
Release notes
33
=============
44

55
.. current developments
@@ -28,7 +28,7 @@ Release Notes
2828
**Fixed:**
2929

3030
* Add getting started section and re-arrange install success check instructions
31-
* Added termial script for transtru app in pyproject.toml
31+
* Added terminal script for transtru app in pyproject.toml
3232
* Changed requires-python to align with classifiers
3333

3434

LICENSE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Copyright (c) 2014, Australian Synchrotron Research Program Inc., ("ASRP")
1515

1616
Copyright (c) 2014-2019, Brookhaven Science Associates, Brookhaven National Laboratory
1717

18-
Copyright (c) 2024, The Trustees of Columbia University in the City of New York.
18+
Copyright (c) 2024-2025, The Trustees of Columbia University in the City of New York.
1919
All rights reserved.
2020

2121
The "DiffPy-CMI" is distributed subject to the following license conditions:

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:target: https://diffpy.github.io/diffpy.structure
99
:height: 100px
1010

11-
|PyPi| |Forge| |PythonVersion| |PR|
11+
|PyPI| |Forge| |PythonVersion| |PR|
1212

1313
|CI| |Codecov| |Black| |Tracking|
1414

@@ -26,7 +26,7 @@
2626

2727
.. |PR| image:: https://img.shields.io/badge/PR-Welcome-29ab47ff
2828

29-
.. |PyPi| image:: https://img.shields.io/pypi/v/diffpy.structure
29+
.. |PyPI| image:: https://img.shields.io/pypi/v/diffpy.structure
3030
:target: https://pypi.org/project/diffpy.structure/
3131

3232
.. |PythonVersion| image:: https://img.shields.io/pypi/pyversions/diffpy.structure
@@ -132,7 +132,7 @@ trying to commit again.
132132

133133
Improvements and fixes are always appreciated.
134134

135-
Before contribuing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.structure/blob/main/CODE-OF-CONDUCT.rst>`_.
135+
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.structure/blob/main/CODE-OF-CONDUCT.rst>`_.
136136

137137
Acknowledgement
138138
---------------
@@ -143,6 +143,8 @@ originate from the `pymmlib project <http://pymmlib.sourceforge.net>`_.
143143
Less common settings of space groups were generating using the
144144
`Computational Crystallography Toolbox <http://cctbx.sourceforge.net>`_.
145145

146+
``diffpy.structure`` is built and maintained with `scikit-package <https://scikit-package.github.io/scikit-package/>`_.
147+
146148
Contact
147149
-------
148150

0 commit comments

Comments
 (0)