Skip to content

Commit fdae7e3

Browse files
committed
Rename module to ipython_pygments_lexers
Closes gh-1
1 parent 334f564 commit fdae7e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["flit_core >=3.2,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
6-
name = "pygments_lexers_ipython"
6+
name = "ipython_pygments_lexers"
77
authors = [
88
{name = "The IPython Development Team", email = "[email protected]"},
99
]
@@ -19,9 +19,9 @@ dependencies = [
1919
dynamic=["version", "description"]
2020

2121
[project.entry-points."pygments.lexers"]
22-
ipythonconsole = "IPython.lib.lexers:IPythonConsoleLexer"
23-
ipython = "IPython.lib.lexers:IPythonLexer"
24-
ipython3 = "IPython.lib.lexers:IPython3Lexer"
22+
ipythonconsole = "ipython_pygments_lexers:IPythonConsoleLexer"
23+
ipython = "ipython_pygments_lexers:IPythonLexer"
24+
ipython3 = "ipython_pygments_lexers:IPython3Lexer"
2525

2626
[project.urls]
2727
Source = "https://github.com/ipython/ipython-pygments-lexers"
File renamed without changes.

0 commit comments

Comments
 (0)