Skip to content

Commit 76f7009

Browse files
committed
Ensure LICENSE file is included
1 parent 8282eac commit 76f7009

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: ipython_pygments_lexers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# The full license is in the file COPYING.txt, distributed with this software.
3131
# -----------------------------------------------------------------------------
3232

33-
__version__ = "1.1.0"
33+
__version__ = "1.1.1"
3434

3535
# Standard library
3636
import re

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
{name = "The IPython Development Team", email = "ipython-dev@python.org"},
99
]
1010
readme = "README.md"
11+
license = {file = "LICENSE"}
1112
classifiers = [
1213
"Framework :: IPython",
1314
"License :: OSI Approved :: BSD License",

0 commit comments

Comments
 (0)