File tree 4 files changed +3
-5
lines changed
4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ diffpy.labpdfproc.data package
7
7
:members:
8
8
:undoc-members:
9
9
:show-inheritance:
10
-
Original file line number Diff line number Diff line change @@ -50,4 +50,3 @@ diffpy.labpdfproc.labpdfprocapp module
50
50
:members:
51
51
:undoc-members:
52
52
:show-inheritance:
53
-
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ OPEN SOURCE LICENSE AGREEMENT
9
9
=============================
10
10
BSD 3-Clause License
11
11
12
- Copyright (c) 2024, The Trustees of Columbia University in
12
+ Copyright (c) 2024, The Trustees of Columbia University in
13
13
the City of New York.
14
- All Rights Reserved.
14
+ All Rights Reserved.
15
15
16
16
Redistribution and use in source and binary forms, with or without
17
17
modification, are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 2
2
#
3
3
# This directory is where you should place your project dependencies.
4
4
# "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.
6
6
# build.txt should contain all packages required to build (not run) the project.
7
7
# run.txt should contain all packages (including optional packages) required for a user to run the program.
8
8
# test.txt should contain all packages required for the testing suite and to ensure all tests pass.
You can’t perform that action at this time.
0 commit comments