Show More
@@ -0,0 +1,6 b'' | |||||
|
1 | # Security Policy | |||
|
2 | ||||
|
3 | ## Reporting a Vulnerability | |||
|
4 | ||||
|
5 | All IPython and Jupyter security are handled via security@ipython.org. | |||
|
6 | You can find more informations on the Jupyter website. https://jupyter.org/security |
@@ -1,46 +1,47 b'' | |||||
1 | include README.rst |
|
1 | include README.rst | |
2 | include COPYING.rst |
|
2 | include COPYING.rst | |
3 | include LICENSE |
|
3 | include LICENSE | |
4 | include setupbase.py |
|
4 | include setupbase.py | |
5 | include MANIFEST.in |
|
5 | include MANIFEST.in | |
6 | include pytest.ini |
|
6 | include pytest.ini | |
7 | include mypy.ini |
|
7 | include mypy.ini | |
8 | include .mailmap |
|
8 | include .mailmap | |
9 | include .flake8 |
|
9 | include .flake8 | |
10 | include .pre-commit-config.yaml |
|
10 | include .pre-commit-config.yaml | |
11 | include long_description.rst |
|
11 | include long_description.rst | |
12 |
|
12 | |||
13 | recursive-exclude tools * |
|
13 | recursive-exclude tools * | |
14 | exclude tools |
|
14 | exclude tools | |
15 | exclude CONTRIBUTING.md |
|
15 | exclude CONTRIBUTING.md | |
16 | exclude .editorconfig |
|
16 | exclude .editorconfig | |
|
17 | exclude SECURITY.md | |||
17 |
|
18 | |||
18 | graft scripts |
|
19 | graft scripts | |
19 |
|
20 | |||
20 | # Load main dir but exclude things we don't want in the distro |
|
21 | # Load main dir but exclude things we don't want in the distro | |
21 | graft IPython |
|
22 | graft IPython | |
22 |
|
23 | |||
23 | # Documentation |
|
24 | # Documentation | |
24 | graft docs |
|
25 | graft docs | |
25 | exclude docs/\#* |
|
26 | exclude docs/\#* | |
26 | exclude docs/man/*.1.gz |
|
27 | exclude docs/man/*.1.gz | |
27 |
|
28 | |||
28 | exclude .git-blame-ignore-revs |
|
29 | exclude .git-blame-ignore-revs | |
29 |
|
30 | |||
30 | # Examples |
|
31 | # Examples | |
31 | graft examples |
|
32 | graft examples | |
32 |
|
33 | |||
33 | # docs subdirs we want to skip |
|
34 | # docs subdirs we want to skip | |
34 | prune docs/build |
|
35 | prune docs/build | |
35 | prune docs/gh-pages |
|
36 | prune docs/gh-pages | |
36 | prune docs/dist |
|
37 | prune docs/dist | |
37 |
|
38 | |||
38 | # Patterns to exclude from any directory |
|
39 | # Patterns to exclude from any directory | |
39 | global-exclude *~ |
|
40 | global-exclude *~ | |
40 | global-exclude *.flc |
|
41 | global-exclude *.flc | |
41 | global-exclude *.yml |
|
42 | global-exclude *.yml | |
42 | global-exclude *.pyc |
|
43 | global-exclude *.pyc | |
43 | global-exclude *.pyo |
|
44 | global-exclude *.pyo | |
44 | global-exclude .dircopy.log |
|
45 | global-exclude .dircopy.log | |
45 | global-exclude .git |
|
46 | global-exclude .git | |
46 | global-exclude .ipynb_checkpoints |
|
47 | global-exclude .ipynb_checkpoints |
General Comments 0
You need to be logged in to leave comments.
Login now