Skip to content

Commit a775054

Browse files
committed
Clean up scipy specific things
1 parent 1524e1c commit a775054

File tree

6 files changed

+4
-75
lines changed

6 files changed

+4
-75
lines changed

.github/windows_arm64_steps/action.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to the `scipy-release` repository
1+
# Contributing to the `matplotlib-release` repository
22

33
This repository has fairly strict contribution rules for security and
44
auditability reasons, as explained in the README. PRs with improvements or bug
@@ -25,7 +25,7 @@ To get CI to run on your own fork for changes in a branch named
2525
```
2626
If you title the commit, e.g., `DEBUG: run on fork`, it's easy to drop the
2727
commit again once you're done testing and before opening a PR to the
28-
`scipy/scipy-release` repository.
28+
`matplotlib/matplotlib-release` repository.
2929

3030
Note that this will run *a lot of jobs*. If you're doing iterative testing,
3131
it's recommended to only select the platform(s) you're interested in like this:
@@ -64,14 +64,3 @@ it's recommended to only select the platform(s) you're interested in like this:
6464
# Don't build PyPy 32-bit windows
6565
- buildplat: [windows-2022, win32, ""]
6666
```
67-
68-
69-
## Commit messages and linear history
70-
71-
Please use the same [commit message format as for the main `scipy` repository](https://numpy.org/devdocs/dev/development_workflow.html#writing-the-commit-message).
72-
73-
This repository requires linear history. It's preferred that contributors edit
74-
their commit history so the PRs they submit contain clean, independent commits.
75-
Note that each commit should be able to pass CI - if one commit depends on
76-
another, they should be merged. Maintainers may decide to squash-merge if those
77-
requirements aren't met.

LICENSE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright (c) 2001-2002 Enthought, Inc. 2003, SciPy Developers.
1+
Copyright (c) 2001-2002 Enthought, Inc. 2003, SciPy Developers,
2+
Matplotlib Developers.
23
All rights reserved.
34

45
Redistribution and use in source and binary forms, with or without

cibuildwheel.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

requirements/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

requirements/delvewheel_requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)