Skip to content

Commit d80778f

Browse files
committed
Replace references to LICENSE.md to LICENSE.txt
1 parent 77fb044 commit d80778f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ Manual
7777
LICENSE
7878
-------
7979

80-
.. literalinclude:: ../../LICENSE.md
80+
.. literalinclude:: ../../LICENSE.txt
8181
:language: text

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
description = "Pythonic wrappers for the IMAS Access Layer"
1616
readme = {file = "README.md", content-type = "text/markdown"}
1717
requires-python = ">=3.7"
18-
license = {file = "LICENSE.md"}
18+
license = {file = "LICENSE.txt"}
1919
classifiers = [
2020
"Development Status :: 3 - Alpha",
2121
"Environment :: Console",

0 commit comments

Comments
 (0)