Skip to content

Commit a97440f

Browse files
committed
Fix GitHub Actions link in README and update license format in pyproject.toml
1 parent ab61a9d commit a97440f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To run the full test suite in the [test](test) folder, use:
7676
$ pip install .[test]
7777
$ pytest test/
7878
```
79-
Tests are automatically run via [GitHub Actions](https://github.com/CausalityInMotion/BlockInverseGPFA/actions/new) on every push and pull request.
79+
Tests are automatically run via [GitHub Actions](https://github.com/CausalityInMotion/BlockInverseGPFA/actions/workflows/tests.yml) on every push and pull request.
8080

8181
## License
8282
Modified BSD License based on Elephant, see [LICENSE.txt](LICENSE.txt) for details.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
{name = "Brooks M. MUSANGU", email = "brooks_musangu@hms.harvard.edu"},
1111
{name = "Jan DRUGOWITSCH", email = "jan_drugowitsch@hms.harvard.edu"}
1212
]
13-
license = {text = "BSD-3-Clause", file = "LICENSE.txt"}
13+
license = {file = "LICENSE.txt"}
1414
readme = "README.md"
1515
requires-python = ">=3.9"
1616
dependencies = [

0 commit comments

Comments
 (0)