Skip to content

Commit 1b68ca8

Browse files
committed
Updated information on third-party-licenses
1 parent 4f5961f commit 1b68ca8

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

THIRD_PARTY_LICENSES

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
This project makes use of the following third-party Python libraries:
22

3+
Runtime / build dependencies
4+
----------------------------
35
- NumPy
46
License: BSD 3-Clause License
57
URL: https://numpy.org
@@ -25,8 +27,27 @@ This project makes use of the following third-party Python libraries:
2527
URL: https://github.com/matplotlib/ipympl
2628
License text: https://github.com/matplotlib/ipympl/blob/main/LICENSE
2729

28-
---
30+
Test / dev (not distributed with pyLabDD wheels)
31+
-----------------------------------------------
32+
- pytest
33+
License: MIT License
34+
Project: https://pytest.org
35+
License text: https://docs.pytest.org/en/stable/license.html
2936

37+
- black
38+
License: MIT License
39+
Project: https://github.com/psf/black
40+
41+
- build
42+
License: MIT License
43+
Project: https://pypi.org/project/build/
44+
45+
- twine
46+
License: Apache License 2.0
47+
Project: https://pypi.org/project/twine/
48+
49+
Notes
50+
-----
3051
These libraries are **not distributed with pyLabFEA**. They are installed
31-
separately via PyPI or conda and include their own license information.
52+
separately via PyPI or conda(-forge) and include their own license information.
3253
This file is provided for the convenience of users.

0 commit comments

Comments
 (0)