Skip to content

Commit

Permalink
Rename module to ipython_pygments_lexers
Browse files Browse the repository at this point in the history
Closes gh-1
  • Loading branch information
takluyver committed Jan 15, 2025
1 parent 334f564 commit fdae7e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "pygments_lexers_ipython"
name = "ipython_pygments_lexers"
authors = [
{name = "The IPython Development Team", email = "[email protected]"},
]
Expand All @@ -19,9 +19,9 @@ dependencies = [
dynamic=["version", "description"]

[project.entry-points."pygments.lexers"]
ipythonconsole = "IPython.lib.lexers:IPythonConsoleLexer"
ipython = "IPython.lib.lexers:IPythonLexer"
ipython3 = "IPython.lib.lexers:IPython3Lexer"
ipythonconsole = "ipython_pygments_lexers:IPythonConsoleLexer"
ipython = "ipython_pygments_lexers:IPythonLexer"
ipython3 = "ipython_pygments_lexers:IPython3Lexer"

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

0 comments on commit fdae7e3

Please sign in to comment.