Skip to content

Commit d427972

Browse files
committed
Pull request #248: Replace references to LICENSE.md to LICENSE.txt
Merge in IMAS/imaspy from fix/license-references to develop * commit 'd80778fe6cdadf50255a50905a00ed9e2b458c8c': Replace references to LICENSE.md to LICENSE.txt
2 parents bd098bb + d80778f commit d427972

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)