Skip to content

Commit

Permalink
Move all contributors to a different file (pybamm-team#3894)
Browse files Browse the repository at this point in the history
* Move all contribs

* Pre-commit fixes

* Update all_contributors.md

Co-authored-by: Agriya Khetarpal <[email protected]>

* Update README.md

Co-authored-by: Agriya Khetarpal <[email protected]>

* style: pre-commit fixes

* Exclude from delivery

---------

Co-authored-by: Agriya Khetarpal <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 14, 2024
1 parent fd39eba commit 8056d22
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"files": [
"README.md"
"all_contributors.md"
],
"imageSize": 100,
"commit": false,
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lychee_url_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
--exclude-path ./scripts/update_version.py
--exclude-path asv.conf.json
--exclude-path docs/conf.py
--exclude-path all_contributors.md
'./**/*.rst'
'./**/*.md'
'./**/*.py'
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ graft pybamm
include CITATION.cff
prune tests

exclude CHANGELOG.md CODE-OF-CONDUCT.md CONTRIBUTING.md CMakeLists.txt
exclude CHANGELOG.md CODE-OF-CONDUCT.md CONTRIBUTING.md CMakeLists.txt all_contributors.md

global-exclude __pycache__ *.py[cod] .venv
Loading

0 comments on commit 8056d22

Please sign in to comment.