Skip to content

Commit 7a44b43

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 5012731 commit 7a44b43

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Support and Contribute
9090

9191
`Diffpy user group <https://groups.google.com/g/diffpy-users>`_ is the discussion forum for general questions and discussions about the use of diffpy.fourigui. Please join the diffpy.fourigui users community by joining the Google group. The diffpy.fourigui project welcomes your expertise and enthusiasm!
9292

93-
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.fourigui/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.fourigui/pulls>`_. You can also post it to the `Diffpy user group <https://groups.google.com/g/diffpy-users>`_.
93+
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.fourigui/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.fourigui/pulls>`_. You can also post it to the `Diffpy user group <https://groups.google.com/g/diffpy-users>`_.
9494

9595
Feel free to fork the project and contribute. To install diffpy.fourigui
9696
in a development mode, with its sources being directly used by Python

doc/source/license.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ OPEN SOURCE LICENSE AGREEMENT
99
=============================
1010
BSD 3-Clause License
1111

12-
Copyright (c) 2024, The Trustees of Columbia University in
12+
Copyright (c) 2024, The Trustees of Columbia University in
1313
the City of New York.
14-
All Rights Reserved.
14+
All Rights Reserved.
1515

1616
Redistribution and use in source and binary forms, with or without
1717
modification, are permitted provided that the following conditions are met:

requirements/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This directory is where you should place your project dependencies.
44
# "pip.txt" should contain all required packages not available on conda.
5-
# All other files should contain only packages available to download from conda.
5+
# All other files should contain only packages available to download from conda.
66
# build.txt should contain all packages required to build (not run) the project.
77
# run.txt should contain all packages (including optional packages) required for a user to run the program.
88
# test.txt should contain all packages required for the testing suite and to ensure all tests pass.

src/diffpy/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@
2121
__path__ = extend_path(__path__, __name__)
2222

2323
# End of file
24-

0 commit comments

Comments
 (0)