File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -612,7 +612,7 @@ def init_magics(self):
612
612
"""Initialize magics."""
613
613
super ().init_magics ()
614
614
self .register_magics (KernelMagics )
615
- self .magics_manager .register_alias ("ed" , "edit" ) # type:ignore[union-attr]
615
+ self .magics_manager .register_alias ("ed" , "edit" )
616
616
617
617
def init_virtualenv (self ):
618
618
"""Initialize virtual environment."""
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ classifiers = [
18
18
" Programming Language :: Python" ,
19
19
" Programming Language :: Python :: 3" ,
20
20
]
21
- urls = {Homepage = " https://ipython.org" }
22
21
requires-python = " >=3.8"
23
22
dependencies = [
24
23
" debugpy>=1.6.5" ,
@@ -37,6 +36,13 @@ dependencies = [
37
36
" packaging" ,
38
37
]
39
38
39
+ [project .urls ]
40
+ Homepage = " https://ipython.org"
41
+ Documentation = " https://ipykernel.readthedocs.io"
42
+ Funding = " https://numfocus.org/donate"
43
+ Source = " https://github.com/ipython/ipykernel"
44
+ Tracker = " https://github.com/ipython/ipykernel/issues"
45
+
40
46
[project .optional-dependencies ]
41
47
docs = [
42
48
" sphinx" ,
You can’t perform that action at this time.
0 commit comments